summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-create.1.md
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-07-21 10:12:03 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2020-07-21 10:18:27 -0400
commitfc52aa6704c77c4fcd87471b90d688e7b8315f28 (patch)
tree8c747fd5a167e40e372d9f7d3a73be51b5faa0bc /docs/source/markdown/podman-create.1.md
parent644b5bc8a35760654824c46cad8618e0d6e634bc (diff)
downloadpodman-fc52aa6704c77c4fcd87471b90d688e7b8315f28.tar.gz
podman-fc52aa6704c77c4fcd87471b90d688e7b8315f28.tar.bz2
podman-fc52aa6704c77c4fcd87471b90d688e7b8315f28.zip
Add noop function disable-content-trust
People who use docker scripts with Podman see failures if they use disable-content-trust flag. This flag already existed for podman build, adding it to pull/push/create/run. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-create.1.md')
-rw-r--r--docs/source/markdown/podman-create.1.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md
index a422dd184..c79bdb945 100644
--- a/docs/source/markdown/podman-create.1.md
+++ b/docs/source/markdown/podman-create.1.md
@@ -234,6 +234,12 @@ Limit write rate (bytes per second) to a device (e.g. --device-write-bps=/dev/sd
Limit write rate (IO per second) to a device (e.g. --device-write-iops=/dev/sda:1000)
+**--disable-content-trust**
+
+This is a Docker specific option to disable image verification to a Docker
+registry and is not supported by Podman. This flag is a NOOP and provided
+solely for scripting compatibility.
+
**--dns**=*dns*
Set custom DNS servers. Invalid if using **--dns** and **--network** that is set to 'none' or 'container:<name|id>'.