Remove our
This commit is contained in:
parent
8df7d90d5a
commit
6ed7fcad29
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ In order to do that, follow the steps:
|
||||||
- docker run my-docker-image /script/to/run/tests
|
- docker run my-docker-image /script/to/run/tests
|
||||||
```
|
```
|
||||||
|
|
||||||
Docker-in-Docker works well, and is our recommended configuration, but it is not without its own challenges:
|
Docker-in-Docker works well, and is the recommended configuration, but it is not without its own challenges:
|
||||||
* By enabling `--docker-privileged`, you are effectively disabling all of
|
* By enabling `--docker-privileged`, you are effectively disabling all of
|
||||||
the security mechanisms of containers and exposing your host to privilege
|
the security mechanisms of containers and exposing your host to privilege
|
||||||
escalation which can lead to container breakout. For more information, check out the official Docker documentation on
|
escalation which can lead to container breakout. For more information, check out the official Docker documentation on
|
||||||
|
|
Loading…
Reference in a new issue