django-docker-bootstrap
django-docker-bootstrap copied to clipboard
Mac users' group is staff (GID is 20), which exists as dialout in base docker image.
The first account created on a mac becomes uid 501 with gid 20. Because of this, the groupadd command in the base Dockerfile fails. This can be seen when running bash buildall.sh because it kicks off the docker build for the base image.