ich777 / docker-steamcmd-server

Simple Dockerfile that installs steamcmd and a selected game server
119 stars 95 forks source link

Add support for dynamically running with either UID/GID or as non-root #20

Closed PrivatePuffin closed 2 years ago

PrivatePuffin commented 2 years ago

The current container only can run using root. Docker natively supports a user setting besides UID GID for running as non-root.

This basically means we slightly have to increase some permissions and ensure UID/GID is skipped when running as non-root

PrivatePuffin commented 2 years ago

i'm going to retract this one for now in favor of keeping UID/GID for now. As it better fits with the steamcmd workflow