automation-tests/cmd/podman/common
Matthew Heon 0793a58343 Deduplicate between Volumes and Mounts in compat API
Docker Compose v2.0 passes mount specifications in two different
places: Volumes (just the destination) and Mounts (full info
provided - source, destination, etc). This was causing Podman to
refuse to create containers, as the destination was used twice.
Deduplicate between Mounts and Volumes, preferring volumes, to
resolve this.

Fixes #11822

Signed-off-by: Matthew Heon <mheon@redhat.com>
2022-03-17 10:45:08 -04:00
..
completion.go Implement Podman Container Clone 2022-02-20 21:11:14 -05:00
completion_test.go bump go module to version 4 2022-01-18 12:47:07 +01:00
create.go Add support for --chrootdirs 2022-03-14 10:31:58 +02:00
create_opts.go Deduplicate between Volumes and Mounts in compat API 2022-03-17 10:45:08 -04:00
create_test.go bump go module to version 4 2022-01-18 12:47:07 +01:00
default.go bump go module to version 4 2022-01-18 12:47:07 +01:00
diffChanges.go bump go module to version 4 2022-01-18 12:47:07 +01:00
netflags.go Move each search dns to its own line 2022-02-02 11:01:09 -05:00