mirror of
https://github.com/docker/docs.git
synced 2026-04-04 02:08:57 +07:00
Do not force syscall.Unmount on container cleanup.
This is not necessary and it's a regression from the old behavior. Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user