diff options
author | Mark Pundsack <markpundsack@users.noreply.github.com> | 2016-06-08 14:11:15 -0700 |
---|---|---|
committer | Mark Pundsack <markpundsack@users.noreply.github.com> | 2016-06-13 22:06:13 -0700 |
commit | b0cbeb18d1864ab36fb17c69d963321d745924fa (patch) | |
tree | 36c8a520ec99fd1afc92433cbb3e1d6c4f21c812 /doc/ci/docker | |
parent | b393478f63ad2f4381996dc08111fc3393bf762e (diff) | |
download | gitlab-ce-b0cbeb18d1864ab36fb17c69d963321d745924fa.tar.gz |
Remove unnecessary message
Diffstat (limited to 'doc/ci/docker')
-rw-r--r-- | doc/ci/docker/using_docker_build.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/ci/docker/using_docker_build.md b/doc/ci/docker/using_docker_build.md index 5af6d36e83e..c44b1d7a0cc 100644 --- a/doc/ci/docker/using_docker_build.md +++ b/doc/ci/docker/using_docker_build.md @@ -117,10 +117,6 @@ In order to do that, follow the steps: Insecure = false ``` - If you want to use the Shared Runners available on your GitLab CE/EE - installation in order to build Docker images, then make sure that your - Shared Runners configuration has the `privileged` mode set to `true`. - 1. You can now use `docker` from build script: ```yaml |