diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-06-06 14:28:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-06 14:28:22 +0200 |
commit | 48a4e6d69019390cc40cbb13b0a83456159d10b6 (patch) | |
tree | 4fbd23372f2eb3e4dd8bc66f8abcc37ccdc4214d /docs/source | |
parent | fcf0e167c0da66e31985d768251a1da6ec804a56 (diff) | |
parent | 22e442ee25c45d7f12c4d20e8099cda7b4921e2c (diff) | |
download | podman-48a4e6d69019390cc40cbb13b0a83456159d10b6.tar.gz podman-48a4e6d69019390cc40cbb13b0a83456159d10b6.tar.bz2 podman-48a4e6d69019390cc40cbb13b0a83456159d10b6.zip |
Merge pull request #14453 from flouthoc/support-additional-build-context-on-remote
remote: enable support for additional `--build-context` on macOS and remote
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/markdown/podman-build.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-build.1.md b/docs/source/markdown/podman-build.1.md index a59dcea89..4d6a74a1f 100644 --- a/docs/source/markdown/podman-build.1.md +++ b/docs/source/markdown/podman-build.1.md @@ -99,7 +99,7 @@ different stages in COPY instruction. Valid values could be: -* Local directory – e.g. --build-context project2=../path/to/project2/src +* Local directory – e.g. --build-context project2=../path/to/project2/src (This option is not available with the remote Podman client. On Podman machine setup (i.e macOS and Winows) path must exists on the machine VM) * HTTP URL to a tarball – e.g. --build-context src=https://example.org/releases/src.tar * Container image – specified with a container-image:// prefix, e.g. --build-context alpine=container-image://alpine:3.15, (also accepts docker://, docker-image://) |