hack: unmount leftover daemon root folders
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
251c8dca28
commit
13df617d4c
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ if [ ! "$(go env GOOS)" = 'windows' ]; then
|
|||
if ! wait "$pid"; then
|
||||
echo >&2 "warning: PID $pid from $pidFile had a nonzero exit code"
|
||||
fi
|
||||
root=$(dirname "$pidFile")/root
|
||||
umount "$root" || true
|
||||
done
|
||||
|
||||
if [ -z "$DOCKER_TEST_HOST" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue