summaryrefslogtreecommitdiff
path: root/doc/ci/docker
diff options
context:
space:
mode:
authorMark Pundsack <markpundsack@users.noreply.github.com>2016-06-08 14:11:15 -0700
committerMark Pundsack <markpundsack@users.noreply.github.com>2016-06-13 22:06:13 -0700
commitb0cbeb18d1864ab36fb17c69d963321d745924fa (patch)
tree36c8a520ec99fd1afc92433cbb3e1d6c4f21c812 /doc/ci/docker
parentb393478f63ad2f4381996dc08111fc3393bf762e (diff)
downloadgitlab-ce-b0cbeb18d1864ab36fb17c69d963321d745924fa.tar.gz
Remove unnecessary message
Diffstat (limited to 'doc/ci/docker')
-rw-r--r--doc/ci/docker/using_docker_build.md4
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