Open Etherous opened 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.
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.