Man pages: refactor common options: --disable-content-trust

A NOP option. I chose the container word, of course, and the
word 'option' instead of 'flag'. I also hyphenated where needed.

I'm choosing to eliminate the "not on remote" text, because I
don't think it's true: podman-remote happily accepts that
flag on all those commands, including build. (It's marked
as hidden on build, but still accepted).

Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
Ed Santiago
2022-08-22 19:23:54 -06:00
parent ee2f8155cc
commit 2c03681b2c
6 changed files with 10 additions and 25 deletions

View File

@@ -0,0 +1,5 @@
#### **--disable-content-trust**
This is a Docker-specific option to disable image verification to a container
registry and is not supported by Podman. This option is a NOOP and provided
solely for scripting compatibility.

View File

@@ -230,11 +230,7 @@ registries, and images being written to local storage would only need to be
decompressed again to be stored. Compression can be forced in all cases by
specifying **--disable-compression=false**.
#### **--disable-content-trust**
This is a Docker specific option to disable image verification to a container
registry and is not supported by Podman. This option is a NOOP and provided
solely for scripting compatibility. (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines)
@@option disable-content-trust
#### **--dns**=*dns*

View File

@@ -175,11 +175,7 @@ Limit write rate (IO per second) to a device (e.g. --device-write-iops=/dev/sda:
This option is not supported on cgroups V1 rootless systems.
#### **--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.
@@option disable-content-trust
#### **--dns**=*dns*

View File

@@ -57,11 +57,7 @@ All tagged images in the repository will be pulled.
@@option creds
#### **--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.
@@option disable-content-trust
#### **--help**, **-h**

View File

@@ -66,11 +66,7 @@ Specifies the compression format to use. Supported values are: `gzip`, `zstd` a
After copying the image, write the digest of the resulting image to the file. (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines)
#### **--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.
@@option disable-content-trust
#### **--format**, **-f**=*format*

View File

@@ -206,11 +206,7 @@ Limit write rate (in IO operations per second) to a device (e.g. **--device-writ
This option is not supported on cgroups V1 rootless systems.
#### **--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.
@@option disable-content-trust
#### **--dns**=*ipaddr*