mirror of
https://github.com/docker/cli.git
synced 2026-01-26 15:41:42 +03:00
This allows the test suite to be able to run without worrying about the underlying fs used by the container running the daemon (e.g. aufs-on-aufs), so long as the host running the container is running a supported fs. The volume will be cleaned up when the container is removed due to `--rm`. Signed-off-by: Brian Goff <cpuguy83@gmail.com> Upstream-commit: 0036e0f8f264b6b70952f34db439527f9def8326 Component: engine