aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAditya R <arajan@redhat.com>2022-06-02 17:41:46 +0530
committerAditya R <arajan@redhat.com>2022-06-03 23:47:09 +0530
commit22e442ee25c45d7f12c4d20e8099cda7b4921e2c (patch)
tree684e9497057eb2370f923442c7211e34bbc2ab66 /docs
parent44f11ec2c691b30f83af434556255638d16de42a (diff)
downloadpodman-22e442ee25c45d7f12c4d20e8099cda7b4921e2c.tar.gz
podman-22e442ee25c45d7f12c4d20e8099cda7b4921e2c.tar.bz2
podman-22e442ee25c45d7f12c4d20e8099cda7b4921e2c.zip
tests: buildah-bud fix reason for skip
Signed-off-by: Aditya R <arajan@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-build.1.md2
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 46b8ba272..1cde4fbdf 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 (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines)
+* 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://)