mirror of
https://github.com/containers/podman.git
synced 2025-06-05 22:31:06 +08:00
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:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user