1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/integration/internal
Brian Goff f464c31668 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>
2020-02-04 10:12:05 -08:00
..
container Check tmpfs mounts before create anon volume 2020-02-04 10:12:05 -08:00
network integration: change network.CreateNoError signature to fix linting 2019-06-07 13:03:24 +02:00
requirement Make cgroup namespaces configurable 2019-05-07 10:22:16 -07:00
swarm Add swarm jobs 2020-01-13 13:21:12 -06:00