From 9eac4a7f7b866ef9d9491000de626e8c31e17576 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sun, 7 Mar 2021 08:19:50 -0500 Subject: 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 --- cmd/podman/images/build.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/podman/images') diff --git a/cmd/podman/images/build.go b/cmd/podman/images/build.go index cd23557db..3b34a6bf6 100644 --- a/cmd/podman/images/build.go +++ b/cmd/podman/images/build.go @@ -170,6 +170,7 @@ func buildFlags(cmd *cobra.Command) { _ = flags.MarkHidden("signature-policy") _ = flags.MarkHidden("tls-verify") _ = flags.MarkHidden("compress") + _ = flags.MarkHidden("volume") } } -- cgit v1.2.3-54-g00ecf