diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-07-21 10:12:03 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2020-07-22 13:42:56 -0400 |
commit | a5f5e45c4b08f2c74409194836d6fb7aa05fa4c1 (patch) | |
tree | c2e0791a88c2d6ae7938c0f1a8192fceb9131759 /docs/source/markdown/podman-create.1.md | |
parent | 092ff38129cd31badda0ed8801a89f3c032fa08b (diff) | |
download | podman-a5f5e45c4b08f2c74409194836d6fb7aa05fa4c1.tar.gz podman-a5f5e45c4b08f2c74409194836d6fb7aa05fa4c1.tar.bz2 podman-a5f5e45c4b08f2c74409194836d6fb7aa05fa4c1.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.md | 6 |
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 6d8686d24..d7e5861e7 100644 --- a/docs/source/markdown/podman-create.1.md +++ b/docs/source/markdown/podman-create.1.md @@ -231,6 +231,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>'. |