gitlab-org--gitlab-foss/doc/ci/docker
Steve Azzopardi 137e37d3e9
Add note about Docker socket mounting
When using `docker:dind` service and the Runner has the socket mounted
as well it will lead to the following error:

```
Failed to load listeners: can't create unix socket /var/run/docker.sock:
device or resource busy
```

reference https://gitlab.com/gitlab-org/gitlab-ce/issues/63418
2019-06-25 08:23:42 +02:00
..
README.md SSoT audit fixes 2019-06-07 08:00:41 +00:00
using_docker_build.md Add note about Docker socket mounting 2019-06-25 08:23:42 +02:00
using_docker_images.md Add Markdown linting 2019-06-25 04:34:55 +00:00
using_kaniko.md SSoT audit fixes 2019-06-07 08:00:41 +00: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: