diff options
author | karen Carias <karen@gitlab.com> | 2015-07-15 11:13:40 -0700 |
---|---|---|
committer | karen Carias <karen@gitlab.com> | 2015-07-15 11:13:40 -0700 |
commit | 6096c0296d37287ca2612a7c88c120edc0e5dbb3 (patch) | |
tree | 718e031f6a98d00883d648b5fc8252ed9c2e100a /docker | |
parent | f110bb2db22edf7d6bcf31ac7abe5c80982ccd32 (diff) | |
download | gitlab-ce-6096c0296d37287ca2612a7c88c120edc0e5dbb3.tar.gz |
added note about chef
Diffstat (limited to 'docker')
-rw-r--r-- | docker/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/README.md b/docker/README.md index 293ca79f915..d684f75dda0 100644 --- a/docker/README.md +++ b/docker/README.md @@ -165,3 +165,4 @@ sudo docker push gitlab/gitlab-ce:latest Please see the [troubleshooting](troubleshooting.md) file in this directory. Note: We use `fig.yml` to have compatibility with fig and because docker-compose also supports it. +Our docker image runs chef at every start to generate GitLab configuration. |