Podman v2.0.2 start command is no longer silent with --attach flag #7055
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description:
The podman v2.0.2 start command is not silent when the --attach flag is used.
Steps to reproduce the issue:
A simple proof of concept to highlight the issue:
$ ID=$(podman create -ti fedora:latest bash)
$ podman start --attach --interactive $ID
Describe the results you received:
container ID prints out after container exits
Describe the results you expected:
The output should be consistent with Docker and Podman 1.9 (i.e. there should be no id printed)
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: