Commit 2ca9ace1 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'services-security-note-docs' into 'master'

Add docs entry for Services and privileged containers

See merge request gitlab-org/gitlab!81956
parents 52280c75 b7e81c73
......@@ -438,3 +438,7 @@ docker rm -f -v build service-mysql service-postgres
This forcefully (`-f`) removes the `build` container, the two service
containers, and all volumes (`-v`) that were created with the container
creation.
## Security when using services containers
Docker privileged mode applies to services. This means that the service image container can access the host system. You should use container images from trusted sources only.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment