Skip to content

Commit

Permalink
Remove out of date comment
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmet Alp Balkan <[email protected]>
  • Loading branch information
ahmetb committed May 14, 2015
1 parent 56847ec commit 9448d36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/client/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ func (cid *cidFile) Write(id string) error {
//
// Usage: docker run [OPTIONS] IMAGE [COMMAND] [ARG...]
func (cli *DockerCli) CmdRun(args ...string) error {
// FIXME: just use runconfig.Parse already
cmd := cli.Subcmd("run", "IMAGE [COMMAND] [ARG...]", "Run a command in a new container", true)

// These are flags not stored in Config/HostConfig
Expand Down

0 comments on commit 9448d36

Please sign in to comment.