Description
Commit 732261f rewrote parsing of the --mount flag to use the compose "loader" code;
As an effect, users of the cli that import the container package also get all of "compose" (stack) as a dependency. We should split the volume / mount parsing logic to a separate package if possible.
I noticed this while looking what parts of docker/cli were used by compose.