瀏覽代碼

Merge pull request #21067 from LK4D4/remove_comment

Remove obsolete comment
David Calavera 9 年之前
父節點
當前提交
fcff343cb4
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      container/monitor.go

+ 0 - 3
container/monitor.go

@@ -125,9 +125,6 @@ func (m *containerMonitor) Close() error {
 	// Cleanup networking and mounts
 	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 {
 		logrus.Errorf("Error dumping container %s state to disk: %s", m.container.ID, err)