diff --git a/runtime/container.go b/runtime/container.go index 656e9ae587..ca7b23e62b 100644 --- a/runtime/container.go +++ b/runtime/container.go @@ -426,7 +426,7 @@ func (container *Container) Start() (err error) { defer container.Unlock() if container.State.IsRunning() { - return fmt.Errorf("The container %s is already running.", container.ID) + return nil } defer func() {