diff options
author | Aditya R <arajan@redhat.com> | 2022-06-02 12:59:49 +0530 |
---|---|---|
committer | Aditya R <arajan@redhat.com> | 2022-06-02 17:38:33 +0530 |
commit | 44f11ec2c691b30f83af434556255638d16de42a (patch) | |
tree | 5f3038d71f06bf00c8a636a3f9333a58379d853d /docs | |
parent | 516c95526ab68e4a6e13008d60d0156178c8571c (diff) | |
download | podman-44f11ec2c691b30f83af434556255638d16de42a.tar.gz podman-44f11ec2c691b30f83af434556255638d16de42a.tar.bz2 podman-44f11ec2c691b30f83af434556255638d16de42a.zip |
podman-remote: enable support for additional build-context on macOS, remote
Feature of additional build context added here https://github.com/containers/buildah/pull/3978
already exists on `podman` following PR just enables this feature of
`podman-remote` and `podman on macOS` setups.
Signed-off-by: Aditya R <arajan@redhat.com>
Diffstat (limited to 'docs')
-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 86a7090de..46b8ba272 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, including Mac and Windows (excluding WSL2) machines) * 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://) |