no need to save state to disk here
State will be saved on the following operation once the container is properly registered on the daemon. Signed-off-by: Fabio Kung <fabio.kung@gmail.com> Upstream-commit: 03aa24721c88e508f208c1ff72d8cd1af7e6a0f8 Component: engine
This commit is contained in:
@ -30,10 +30,6 @@ func (daemon *Daemon) registerName(container *container.Container) error {
|
||||
return err
|
||||
}
|
||||
container.Name = name
|
||||
|
||||
if err := container.ToDiskLocking(); err != nil {
|
||||
logrus.Errorf("Error saving container name to disk: %v", err)
|
||||
}
|
||||
}
|
||||
return daemon.nameIndex.Reserve(container.Name, container.ID)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user