mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Remove obsolete comment
There is no more race Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
parent
f97ab358cb
commit
8706c5124a
1 changed files with 0 additions and 3 deletions
|
@ -125,9 +125,6 @@ func (m *containerMonitor) Close() error {
|
||||||
// Cleanup networking and mounts
|
// Cleanup networking and mounts
|
||||||
m.supervisor.Cleanup(m.container)
|
m.supervisor.Cleanup(m.container)
|
||||||
|
|
||||||
// FIXME: here is race condition between two RUN instructions in Dockerfile
|
|
||||||
// because they share same runconfig and change image. Must be fixed
|
|
||||||
// in builder/builder.go
|
|
||||||
if err := m.container.ToDisk(); err != nil {
|
if err := m.container.ToDisk(); err != nil {
|
||||||
logrus.Errorf("Error dumping container %s state to disk: %s", m.container.ID, err)
|
logrus.Errorf("Error dumping container %s state to disk: %s", m.container.ID, err)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue