Add continue on error in mountspec backport
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
parent
203feeed86
commit
d6e1cb7cbf
1 changed files with 1 additions and 0 deletions
|
@ -281,6 +281,7 @@ func (daemon *Daemon) backportMountSpec(container *container.Container) {
|
|||
from, _, err := volume.ParseVolumesFrom(fromSpec)
|
||||
if err != nil {
|
||||
logrus.WithError(err).WithField("id", container.ID).Error("Error reading volumes-from spec during mount spec backport")
|
||||
continue
|
||||
}
|
||||
fromC, err := daemon.GetContainer(from)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Reference in a new issue