moby--moby/integration/internal
Brian Goff 1d8da80dbf Check tmpfs mounts before create anon volume
This makes sure that things like `--tmpfs` mounts over an anonymous
volume don't create volumes uneccessarily.
One method only checks mountpoints, the other checks both mountpoints
and tmpfs... the usage of these should likely be consolidated.

Ideally, processing for `--tmpfs` mounts would get merged in with the
rest of the mount parsing. I opted not to do that for this change so the
fix is minimal and can potentially be backported with fewer changes of
breaking things.
Merging the mount processing for tmpfs can be handled in a followup.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
(cherry picked from commit f464c31668)
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2020-02-07 14:11:17 -08:00
..
container Check tmpfs mounts before create anon volume 2020-02-07 14:11:17 -08:00
network integration: change network.CreateNoError signature to fix linting 2019-09-23 18:20:46 +02:00
requirement Enabling Windows integration tests 2018-09-26 15:57:40 -07:00
swarm Add more details to RunningTasksCount 2019-02-27 17:08:44 +01:00