Skip to content

Commit a54cf26

Browse files
committed
add signatures verification man entry
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
1 parent 5be1549 commit a54cf26

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

man/dockerd.8.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ dockerd - Enable daemon mode
6363
[**--seccomp-profile**[=*SECCOMP-PROFILE-PATH*]]
6464
[**--selinux-enabled**]
6565
[**--shutdown-timeout**[=*15*]]
66+
[**--signature-verification**]
6667
[**--storage-opt**[=*[]*]]
6768
[**--swarm-default-advertise-addr**[=*IP|INTERFACE*]]
6869
[**--tls**]
@@ -336,6 +337,10 @@ unix://[/path/to/socket] to use.
336337
**--shutdown-timeout**=*15*
337338
Set the shutdown timeout value in seconds. Default is `15`.
338339

340+
**--signature-verification**=*true*|*false*
341+
Enable image signature verification. Default is true. WARNING: this option doesn't work
342+
with images being pulled from v1 docker registries. See SIGNATURE VERIFICATION.
343+
339344
**--storage-opt**=[]
340345
Set storage driver options. See STORAGE DRIVER OPTIONS.
341346

@@ -376,6 +381,15 @@ unix://[/path/to/socket] to use.
376381
daemon to lookup the user and group's subordinate ID ranges for use as the
377382
user namespace mappings for contained processes.
378383

384+
# SIGNATURE VERIFICATION
385+
386+
Docker supports GPG image signatures verification when **--signature-verification**
387+
flag is *true*.
388+
This functionality works only at pull time and for images being pulled from docker
389+
registries version 2.
390+
You can sign an image using skopeo(1) or atomic(1).
391+
See https://access.redhat.com/articles/2750891.
392+
379393
# STORAGE DRIVER OPTIONS
380394

381395
Docker uses storage backends (known as "graphdrivers" in the Docker

0 commit comments

Comments
 (0)