TuRz4m / Ark-docker

Docker for ARK: Survival Evolved
168 stars 184 forks source link

UID is an internal variable in bash #25

Open Etherous opened 7 years ago

Etherous commented 7 years ago

It's not appropriate to use UID as an environment variable as it is a reserved internal variable in bash (and possibly other shells). 'docker run' will fail if UID parameter is provided. It should probably be renamed. GID is fine.