Created
June 26, 2023 17:21
-
-
Save GamePlayer-8/daabd2a85a377499b9ae611bbba7bd37 to your computer and use it in GitHub Desktop.
Steam Docker runner
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
#!/bin/sh | |
docker run --cap-add=SYS_NICE --network=steam --rm -it -v /home/steam:/home/steam --device /dev/dri --userns=keep-id --ip 192.168.50.10 ubuntu/steam $* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment