mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Merge pull request #15435 from edsantiago/docs_dedup_disablecontenttrust
[CI:DOCS] Man pages: refactor common options: --disable-content-trust
This commit is contained in:
5
docs/source/markdown/options/disable-content-trust.md
Normal file
5
docs/source/markdown/options/disable-content-trust.md
Normal 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.
|
@ -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
|
decompressed again to be stored. Compression can be forced in all cases by
|
||||||
specifying **--disable-compression=false**.
|
specifying **--disable-compression=false**.
|
||||||
|
|
||||||
#### **--disable-content-trust**
|
@@option 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)
|
|
||||||
|
|
||||||
#### **--dns**=*dns*
|
#### **--dns**=*dns*
|
||||||
|
|
||||||
|
@ -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.
|
This option is not supported on cgroups V1 rootless systems.
|
||||||
|
|
||||||
#### **--disable-content-trust**
|
@@option 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*
|
#### **--dns**=*dns*
|
||||||
|
|
||||||
|
@ -57,11 +57,7 @@ All tagged images in the repository will be pulled.
|
|||||||
|
|
||||||
@@option creds
|
@@option creds
|
||||||
|
|
||||||
#### **--disable-content-trust**
|
@@option 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.
|
|
||||||
|
|
||||||
#### **--help**, **-h**
|
#### **--help**, **-h**
|
||||||
|
|
||||||
|
@ -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)
|
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**
|
@@option 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.
|
|
||||||
|
|
||||||
#### **--format**, **-f**=*format*
|
#### **--format**, **-f**=*format*
|
||||||
|
|
||||||
|
@ -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.
|
This option is not supported on cgroups V1 rootless systems.
|
||||||
|
|
||||||
#### **--disable-content-trust**
|
@@option 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**=*ipaddr*
|
#### **--dns**=*ipaddr*
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user