Skip to content

Commit f668e17

Browse files
committed
Add link to Docker security page
1 parent ea240b9 commit f668e17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ Because of their differences, VMs and containers serve different purposes and sh
5454

5555
Docker is built for running multiple containers on a single system and it allows containers to share common software features for efficiency. It also seeks to fully isolate each container from all other containers and from the host system.
5656

57-
Docker assumes that you will be a root user. Or that it will be OK for you to elevate your privileges if you are not a root user.
57+
Docker assumes that you will be a root user. Or that it will be OK for you to elevate your privileges if you are not a root user.
58+
See https://docs.docker.com/engine/security/security/#docker-daemon-attack-surface for details.
5859

5960
**strengths**
6061

0 commit comments

Comments
 (0)