-
Download the Hotline Miami installer for Linux from GOG.com
-
Extract game content directory
bsdtar -xf gog_hotline_miami_2.0.0.4.sh data/noarch
-
Build image
docker build -t miami-hotline . -
Grant X server access to Docker
xhost +local:docker
-
Run and enjoy
docker run --rm -ti \ -v $HOME/.local/share/HotlineMiami:/root/.local/share/HotlineMiami \ -v /etc/localtime:/etc/localtime \ -v /tmp/.X11-unix:/tmp/.X11-unix \ --device /dev/snd \ --device /dev/dri \ --read-only \ -e DISPLAY=unix$DISPLAY \ --name hotline-miami \ miami-hotline
lukassup/docker-miami-hotline
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|