Start prints UUID or container name that user inputs on success

Signed-off-by: haircommander <pehunt@redhat.com>

Closes: #1019
Approved by: rhatdan
This commit is contained in:
haircommander 2018-06-28 11:35:12 -04:00 committed by Atomic Bot
parent c82166afab
commit 650797c016
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ func startCmd(c *cli.Context) error {
lastError = errors.Wrapf(err, "unable to start container %q", container)
continue
}
fmt.Println(ctr.ID())
fmt.Println(container)
}
return lastError