spiegel_podman/cmd/podman/common
Valentin Rothberg 067c13b384 --mount: support arbitrary mount-argument order
Support an arbitrary order in which arguments are specified to the
`--mount` flag.  Previously, Podman expected `type=...` to come
first which was breaking compatibility with Docker.

Note that this is the ground work to default to "volume" (again Docker
compat).  However, this will require some further massaging as we have
to assign a name.

Fixes: #7628
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2020-09-16 14:18:40 +02:00
..
create.go Supports import&run--signature-policy 2020-09-15 16:09:33 -04:00
create_opts.go Supports import&run--signature-policy 2020-09-15 16:09:33 -04:00
createparse.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
default.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
netflags.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
ports.go V2 enable ps tests 2020-04-29 15:51:37 -07:00
specgen.go Use environment from containers.conf 2020-08-28 06:06:08 -04:00
util.go Do not set host IP on ports when 0.0.0.0 requested 2020-08-03 14:32:16 -04:00
volumes.go --mount: support arbitrary mount-argument order 2020-09-16 14:18:40 +02:00