Ark-docker
Ark-docker copied to clipboard
UID is an internal variable in bash
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.