Merge pull request #13492 from calavera/donot_force_syscall_unmount_on_cleanup
Do not force `syscall.Unmount` on container cleanup.
This commit is contained in:
commit
bd18d86250
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ func (container *Container) cleanup() {
|
|||
container.daemon.unregisterExecCommand(eConfig)
|
||||
}
|
||||
|
||||
container.UnmountVolumes(true)
|
||||
container.UnmountVolumes(false)
|
||||
}
|
||||
|
||||
func (container *Container) KillSig(sig int) error {
|
||||
|
|
Loading…
Add table
Reference in a new issue