mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
podman-remote build does not support volumes
Remove --volume option from podman-remote since it is not supported, also add information to podman-build man page indicating options not supported over remote connections. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -17,9 +17,7 @@ Sends signal to all containers associated with a pod.
|
||||
#### **--latest**, **-l**
|
||||
|
||||
Instead of providing the pod name or ID, use the last created pod. If you use methods other than Podman
|
||||
to run pods such as CRI-O, the last started pod could be from either of those methods.
|
||||
|
||||
The latest option is not supported on the remote client.
|
||||
to run pods such as CRI-O, the last started pod could be from either of those methods. (This option is not available with the remote Podman client)
|
||||
|
||||
#### **--signal**, **-s**
|
||||
|
||||
|
Reference in New Issue
Block a user