Forráskód Böngészése

Remove obsolete comment

There is no more race

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
Alexander Morozov 9 éve
szülő
commit
8706c5124a
1 módosított fájl, 0 hozzáadás és 3 törlés
  1. 0 3
      container/monitor.go

+ 0 - 3
container/monitor.go

@@ -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)