compose/pkg
Milas Bowman ffb95449a2 volume: fix WCOW volume mounts
Do not use the older `Volumes` field in the API; instead rely on
the more robust `Mounts`. For Linux containers, it seems that it's
fine to set both of these. For Windows containers (WCOW), however,
there appears to be a Moby bug that causes it to normalize the
anonymous (`Volumes`) variant to lowercase, which can result in
duplicative volume definitions and an error when trying to start
the container.

Fixes #9577.

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2022-12-16 09:52:34 -05:00
..
api align `compose ps` output with `docker ps` 2022-12-14 22:53:43 +01:00
compose volume: fix WCOW volume mounts 2022-12-16 09:52:34 -05:00
e2e apply uid/gid when creating secret from environment 2022-12-15 15:54:04 +01:00
mocks distinguish stdout and stderr in `up` logs 2022-12-13 14:42:42 +01:00
progress pull: improve output for services with both image+build (#9829) 2022-09-13 14:38:13 +01:00
prompt move compose-cli code into docker/compose/v2 2021-08-31 19:09:19 +02:00
utils Cleanup tips from output 2022-12-06 23:29:03 +01:00