Files
Sebastiaan van Stijn 7d2c7004af Re-validate Mounts on container start
Validation of Mounts was only performed on container _creation_, not on
container _start_. As a result, if the host-path no longer existed
when the container was started, a directory was created in the given
location.

This is the wrong behavior, because when using the `Mounts` API, host paths
should never be created, and an error should be produced instead.

This patch adds a validation step on container start, and produces an
error if the host path is not found.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 7cb96ba308dc53824d2203fd343a4a297d17976e)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2018-01-20 01:52:05 +01:00
..
2017-11-27 17:32:12 -08:00
2017-08-21 18:18:50 -04:00
2017-08-21 18:18:50 -04:00
2017-09-14 12:33:31 -07:00
2017-09-14 12:33:31 -07:00
2017-09-14 12:33:31 -07:00
2017-09-14 12:33:31 -07:00
2017-11-27 17:32:12 -08:00