Skip to content

Instantly share code, notes, and snippets.

@GamePlayer-8
Created June 26, 2023 17:21
Show Gist options
  • Save GamePlayer-8/daabd2a85a377499b9ae611bbba7bd37 to your computer and use it in GitHub Desktop.
Save GamePlayer-8/daabd2a85a377499b9ae611bbba7bd37 to your computer and use it in GitHub Desktop.
Steam Docker runner
#!/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