Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 containers#11822 Signed-off-by: Matthew Heon <[email protected]>
- Loading branch information