gitlab-org--gitlab-foss/doc/ci/docker
Steve Azzopardi 283a289a69
Update DinD example for 19.03
Docker 19.03 enables TLS by default:

```
Starting in 18.09+, the dind variants of this image will automatically
generate TLS certificates in the directory specified by the
DOCKER_TLS_CERTDIR environment variable.

Warning: in 18.09, this behavior is disabled by default (for
compatibility). If you use --network=host, shared network namespaces (as
in Kubernetes pods), or otherwise have network access to the container
(including containers started within the dind instance via their gateway
interface), this is a potential security issue (which can lead to access
to the host system, for example). It is recommended to enable TLS by
setting the variable to an appropriate value (-e
DOCKER_TLS_CERTDIR=/certs or similar). In 19.03+, this behavior is
enabled by default.
```

Update the example to use docker over TLS.
2019-08-06 18:08:01 +02:00
..
README.md SSoT audit fixes 2019-06-07 08:00:41 +00:00
using_docker_build.md Update DinD example for 19.03 2019-08-06 18:08:01 +02:00
using_docker_images.md Fix whitespace in ci docs 2019-08-01 02:29:16 +00:00
using_kaniko.md Update docker title for docker-in-docker workflow 2019-07-30 10:31:58 +02:00

README.md

comments type
false index

Docker integration

GitLab CI/CD can be combined with Docker to enable integration between the two.

The following documentation is available for using GitLab CI/CD with Docker: