Update security.md (#1858)

This commit is contained in:
scjane 2017-02-20 19:03:26 +08:00 committed by John Mulhausen
parent a7773cd9e9
commit 69aedaf28a
1 changed files with 2 additions and 2 deletions

View File

@ -114,8 +114,8 @@ certificates. You can also secure them with [HTTPS and
certificates](https.md).
The daemon is also potentially vulnerable to other inputs, such as image
loading from either disk with 'docker load', or from the network with
'docker pull'. As of Docker 1.3.2, images are now extracted in a chrooted
loading from either disk with `docker load`, or from the network with
`docker pull`. As of Docker 1.3.2, images are now extracted in a chrooted
subprocess on Linux/Unix platforms, being the first-step in a wider effort
toward privilege separation. As of Docker 1.10.0, all images are stored and
accessed by the cryptographic checksums of their contents, limiting the