podman-remote build add --volume support

Just like podman-remote run users should still be able to set volumes,
of course the source must be on the server machine but this is already
the case for podman machine for example.

Fixes #16694

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2022-12-07 16:46:01 +01:00
parent 6e2e9ab227
commit 9f6cf50d52
6 changed files with 15 additions and 5 deletions

View File

@ -767,8 +767,7 @@ using the architecture variant of the build host.
Create a bind mount. Specifying the `-v /HOST-DIR:/CONTAINER-DIR` option, Podman
bind mounts `/HOST-DIR` from the host to `/CONTAINER-DIR` in the Podman
container. (This option is not available with the remote Podman client,
including Mac and Windows (excluding WSL2) machines)
container.
The `OPTIONS` are a comma-separated list and can be: <sup>[[1]](#Footnote1)</sup>