diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-03-08 23:35:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-08 23:35:47 +0100 |
commit | 789d579bc43cab0a179a17276478100b4b80e6fc (patch) | |
tree | 9e265921beee7dc1e6d0c49fc1ebc685a9176f3d /docs/source/markdown/podman-build.1.md | |
parent | 021ff992ffaf52d4b5400a0ccea20844ba456186 (diff) | |
parent | 9eac4a7f7b866ef9d9491000de626e8c31e17576 (diff) | |
download | podman-789d579bc43cab0a179a17276478100b4b80e6fc.tar.gz podman-789d579bc43cab0a179a17276478100b4b80e6fc.tar.bz2 podman-789d579bc43cab0a179a17276478100b4b80e6fc.zip |
Merge pull request #9651 from rhatdan/volume
[NO TESTS NEEDED] podman-remote build does not support volumes
Diffstat (limited to 'docs/source/markdown/podman-build.1.md')
-rw-r--r-- | docs/source/markdown/podman-build.1.md | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/source/markdown/podman-build.1.md b/docs/source/markdown/podman-build.1.md index 9b34499d6..24093d414 100644 --- a/docs/source/markdown/podman-build.1.md +++ b/docs/source/markdown/podman-build.1.md @@ -86,7 +86,7 @@ resulting image's configuration. #### **--cache-from** Images to utilize as potential cache sources. Podman does not currently support -caching so this is a NOOP. +caching so this is a NOOP. (This option is not available with the remote Podman client) #### **--cap-add**=*CAP\_xxx* @@ -111,8 +111,7 @@ given. #### **--cert-dir**=*path* Use certificates at *path* (\*.crt, \*.cert, \*.key) to connect to the registry. -Default certificates directory is _/etc/containers/certs.d_. (Not available for -remote commands) +Default certificates directory is _/etc/containers/certs.d_. (This option is not available with the remote Podman client) #### **--cgroup-parent**=*path* @@ -124,7 +123,7 @@ of the init process. Cgroups will be created if they do not already exist. This option is added to be aligned with other containers CLIs. Podman doesn't communicate with a daemon or a remote server. -Thus, compressing the data before sending it is irrelevant to Podman. +Thus, compressing the data before sending it is irrelevant to Podman. (This option is not available with the remote Podman client) #### **--cni-config-dir**=*directory* @@ -255,7 +254,7 @@ specifying **--disable-compression=false**. 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. +solely for scripting compatibility. (This option is not available with the remote Podman client) #### **--dns**=*dns* @@ -521,7 +520,7 @@ size entirely, the system uses `64m`. #### **--sign-by**=*fingerprint* -Sign the image using a GPG key with the specified FINGERPRINT. +Sign the image using a GPG key with the specified FINGERPRINT. (This option is not available with the remote Podman client) #### **--squash** @@ -566,7 +565,7 @@ timestamp. #### **--tls-verify**=*true|false* Require HTTPS and verify certificates when talking to container registries -(defaults to true). +(defaults to true). (This option is not available with the remote Podman client) #### **--ulimit**=*type*=*soft-limit*[:*hard-limit*] @@ -679,7 +678,9 @@ Set the architecture variant of the image to be pulled. Create a bind mount. If you specify, ` -v /HOST-DIR:/CONTAINER-DIR`, Podman bind mounts `/HOST-DIR` in the host to `/CONTAINER-DIR` in the Podman - container. The `OPTIONS` are a comma delimited list and can be: <sup>[[1]](#Footnote1)</sup> + container. (This option is not available with the remote Podman client) + + The `OPTIONS` are a comma delimited list and can be: <sup>[[1]](#Footnote1)</sup> * [rw|ro] * [z|Z|O] |