mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-25 16:56:11 +00:00
Merge pull request #10404 from liusdu/liu-dev
fix a minor typo in daemon/container.go
This commit is contained in:
+1
-1
@@ -324,7 +324,7 @@ func (container *Container) Start() (err error) {
|
||||
return nil
|
||||
}
|
||||
|
||||
// if we encounter and error during start we need to ensure that any other
|
||||
// if we encounter an error during start we need to ensure that any other
|
||||
// setup has been cleaned up properly
|
||||
defer func() {
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user