Skip to content

Commit fa2a714

Browse files
committed
checking in code
1 parent 1698086 commit fa2a714

File tree

25 files changed

+7633
-16
lines changed

25 files changed

+7633
-16
lines changed

api/client/commands.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2177,8 +2177,7 @@ func (cli *DockerCli) createContainer(config *runconfig.Config, hostConfig *runc
21772177
containerValues := url.Values{}
21782178
if name != "" {
21792179
containerValues.Set("name", name)
2180-
}
2181-
2180+
}
21822181
mergedConfig := runconfig.MergeConfigs(config, hostConfig)
21832182

21842183
var containerIDFile *cidFile

0 commit comments

Comments
 (0)