diff --git a/Changelog.md b/Changelog.md index 949c76e..5dd591b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,7 @@ ## 0.9.13 (not yet released) * Fixed `my_init` not properly exiting with a non-zero exit status when Ctrl-C is pressed. + * The GID of the `docker_env` group has been changed from 1000 to 8377, in order to avoid GID conflicts with any groups that you might want to introduce inside the container. ## 0.9.12 (release date: 2014-07-24) diff --git a/image/system_services.sh b/image/system_services.sh index 7ce6dec..c0bb7b4 100755 --- a/image/system_services.sh +++ b/image/system_services.sh @@ -11,7 +11,7 @@ touch /etc/container_environment.sh touch /etc/container_environment.json chmod 700 /etc/container_environment -groupadd docker_env +groupadd -g 8377 docker_env chown :docker_env /etc/container_environment.sh /etc/container_environment.json chmod 640 /etc/container_environment.sh /etc/container_environment.json ln -s /etc/container_environment.sh /etc/profile.d/