Skip to content
Snippets Groups Projects
Commit e2016ba3 authored by Stan Hu's avatar Stan Hu
Browse files

Merge branch 'patch-1' into 'master'

Fixed grammar on Using Docker Build doc.



See merge request !1448
parents 6d691810 05f29a5c
No related branches found
No related tags found
No related merge requests found
# Using Docker Build
 
GitLab CI can allows you to use Docker Engine to build and test docker-based projects.
GitLab CI allows you to use Docker Engine to build and test docker-based projects.
 
**This also allows to you to use `docker-compose` and other docker-enabled tools.**
 
Loading
Loading
@@ -108,5 +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).
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment