Created
December 21, 2014 22:04
-
-
Save NikoWoot/2d7949be7de18bb6576d to your computer and use it in GitHub Desktop.
Steam in docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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