start: print full container ID
Now the "podman start" command prints the full ID and has the same behaviour as other commands. Signed-off-by: Boris Klimenko <2@borisklimenko.ru>
This commit is contained in:
parent
5f72e6ef2e
commit
b4124485ae
|
@ -663,7 +663,7 @@ func (r *LocalRuntime) Start(ctx context.Context, c *cliconfig.StartValues, sigP
|
||||||
lastError = errors.Wrapf(err, "unable to start container %q", container)
|
lastError = errors.Wrapf(err, "unable to start container %q", container)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
fmt.Println(container)
|
fmt.Println(ctr.ID())
|
||||||
}
|
}
|
||||||
return exitCode, lastError
|
return exitCode, lastError
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue