diff options
author | Cyriac Thomas <cyriacsmail@gmail.com> | 2015-09-26 19:37:55 +0000 |
---|---|---|
committer | Cyriac Thomas <cyriacsmail@gmail.com> | 2015-09-26 19:37:55 +0000 |
commit | 05f29a5cb30d640455a2f4336599a145bc0d0af7 (patch) | |
tree | f8417ede58c63c7a3312d9361de64e92dffd99cc /doc | |
parent | 922c635b6737bbf13eab11ae74c10e590321002c (diff) | |
download | gitlab-ce-05f29a5cb30d640455a2f4336599a145bc0d0af7.tar.gz |
Simplified sentence as per @stanhu's note
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/docker/using_docker_build.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/docker/using_docker_build.md b/doc/ci/docker/using_docker_build.md index caa6d0f1f57..5af27470d2f 100644 --- a/doc/ci/docker/using_docker_build.md +++ b/doc/ci/docker/using_docker_build.md @@ -108,4 +108,4 @@ In order to do that follow the steps: ``` 1. However, by enabling `--docker-privileged` you are effectively disables all security mechanisms of containers and exposing your host to privilege escalation which can lead to container breakout. -For more information you could be interested in checking out [Runtime privilege](https://docs.docker.com/reference/run/#runtime-privilege-linux-capabilities-and-lxc-configuration).
\ No newline at end of file +For more information, check out [Runtime privilege](https://docs.docker.com/reference/run/#runtime-privilege-linux-capabilities-and-lxc-configuration).
\ No newline at end of file |