summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAditya R <arajan@redhat.com>2022-05-05 16:16:38 +0530
committerDaniel J Walsh <dwalsh@redhat.com>2022-05-05 13:52:09 -0400
commit4716b6b1b2504f875ba157d157cf023804f98e5c (patch)
tree8f13c518cff74a071f707b5b8a88e8bde1f704ec /docs
parentfbab06796a4c9bc17d65259c7d6c85a483e9aefb (diff)
downloadpodman-4716b6b1b2504f875ba157d157cf023804f98e5c.tar.gz
podman-4716b6b1b2504f875ba157d157cf023804f98e5c.tar.bz2
podman-4716b6b1b2504f875ba157d157cf023804f98e5c.zip
build: disable --output for podman-remote clients
Disable `build --output` for remote clients and update docs. [NO NEW TESTS NEEDED] [NO TESTS NEEDED] Signed-off-by: Aditya R <arajan@redhat.com> Signed-off-by: Daniel J Walsh <dwalsh@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 63ed6f9da..b372bfce6 100644
--- a/docs/source/markdown/podman-build.1.md
+++ b/docs/source/markdown/podman-build.1.md
@@ -479,7 +479,7 @@ Windows base images, so using this option is usually unnecessary.
Output destination (format: type=local,dest=path)
-The --output (or -o) option extends the default behavior of building a container image by allowing users to export the contents of the image as files on the local filesystem, which can be useful for generating local binaries, code generation, etc.
+The --output (or -o) option extends the default behavior of building a container image by allowing users to export the contents of the image as files on the local filesystem, which can be useful for generating local binaries, code generation, etc. (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines)
The value for --output is a comma-separated sequence of key=value pairs, defining the output type and options.