Commit b7e81c73 authored by Darren Eastman's avatar Darren Eastman Committed by Suzanne Selhorn

Add docs entry for Services and privileged containers

parent 09117ea5
......@@ -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