File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ client-side or runtime verification of the integrity and publisher of specific
2020image tags.
2121
2222Through DCT, image publishers can sign their images and image consumers can
23- ensure that the images they use are signed. Publishers could be individuals
23+ ensure that the images they pull are signed. Publishers could be individuals
2424or organizations manually signing their content or automated software supply
2525chains signing content as part of their release process.
2626
@@ -244,9 +244,9 @@ Engine Signature Verification prevents the following:
244244
245245DCT does not verify that a running container’s filesystem has not been altered
246246from what was in the image. For example, it does not prevent a container from
247- writing to the filesystem, once the container is running, nor does it prevent
248- the container’ s filesystem from being altered on disk. DCT will also not prevent
249- unsigned images from being imported, loaded, or created.
247+ writing to the filesystem, once the container is running. Moreover, it does not
248+ prevent the image' s filesystem from being altered on a docker host's disk. DCT
249+ will also not prevent unsigned images from being imported, loaded, or created.
250250
251251### Enabling DCT within the Docker Enterprise Engine
252252
You can’t perform that action at this time.
0 commit comments