Skip to content

Instantly share code, notes, and snippets.

@NikoWoot
Created December 21, 2014 22:04
Show Gist options
  • Save NikoWoot/2d7949be7de18bb6576d to your computer and use it in GitHub Desktop.
Save NikoWoot/2d7949be7de18bb6576d to your computer and use it in GitHub Desktop.
Steam in docker
docker run --name=steam \
-v /tmp/.X11-unix:/tmp/.X11-unix -v /dev/shm:/dev/shm \
-v /run/user/${UID}/pulse:/run/user/${UID}/pulse \
-v /etc/machine-id:/etc/machine-id \
-v ${HOME}/Downloads:/tmp/Downloads \
-e DISPLAY=${DISPLAY} tianon/steam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment