mirror of https://github.com/containers/podman.git
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:
parent
c82166afab
commit
650797c016
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue