Browse code

Remove obsolete comment

There is no more race

Signed-off-by: Alexander Morozov <lk4d4@docker.com>

Alexander Morozov authored on 2016/03/10 02:38:39
Showing 1 changed files
... ...
@@ -125,9 +125,6 @@ func (m *containerMonitor) Close() error {
125 125
 	// Cleanup networking and mounts
126 126
 	m.supervisor.Cleanup(m.container)
127 127
 
128
-	// FIXME: here is race condition between two RUN instructions in Dockerfile
129
-	// because they share same runconfig and change image. Must be fixed
130
-	// in builder/builder.go
131 128
 	if err := m.container.ToDisk(); err != nil {
132 129
 		logrus.Errorf("Error dumping container %s state to disk: %s", m.container.ID, err)
133 130