aboutsummaryrefslogtreecommitdiff
path: root/pkg/api/server/docs.go
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2020-07-23 11:57:34 -0400
committerMatthew Heon <matthew.heon@pm.me>2020-07-23 12:02:28 -0400
commit099649ac1b8d6933ab2ad5c725c4e4de8e1608f3 (patch)
treeb84078c250534d9194a86881123bb91a4dbe9b18 /pkg/api/server/docs.go
parent80add2902cf3561d2c9f91dc045076519cd297d5 (diff)
downloadpodman-099649ac1b8d6933ab2ad5c725c4e4de8e1608f3.tar.gz
podman-099649ac1b8d6933ab2ad5c725c4e4de8e1608f3.tar.bz2
podman-099649ac1b8d6933ab2ad5c725c4e4de8e1608f3.zip
The `podman start --attach` command should not print ID
Somewhere in the Podman v2 rewrite, we allowed `podman start --attach` to print the container ID of the started container after exiting from the attach session (via detach key or the container exiting naturally). We should never print the ID when `--attach` is given, which makes the fix simple - make the print statement conditional on `--attach` not being present. Wierdly, this only happened with `--interactive` was given to `podman start`. I don't know why that is, but this resolves the issue without having to dig any deeper, so I'm content. Fixes #7055 Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'pkg/api/server/docs.go')
0 files changed, 0 insertions, 0 deletions