-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
podman run not displaying output from commands #1304
Comments
From journalctl:
|
Can't reproduce locally (fully-updated F28, Podman built from master), but those AVCs look suspicious. @rhatdan PTAL |
with setenforce 0, works fine. Wasn't reproducible on F27. |
|
This is the container-selinux package did not install properly issue, yum -y update container-selinux And you should be good to go. |
FWIW, dnf is telling me I'm up to date when I do dnf -y update container-selinux
After doing the dnf -y reinstall:
Which looks to be the same, I did the After doing all that, then the baseline tests worked too. Is there anything we can do kit wise to keep this from happening? |
Did this happen on a fresh system? |
It happened on two clones and then to triple check I installed F28 from ico, installed docker, did a 'dnf -y update' then dnf -y install podman*.rpm. It happened there as well. That's what has me the most concerned is it seems to be happening on a newly installed machine. |
so whats the result here? no longer a bug? |
It is fixed in an update container-selinux package. |
/kind bug
Description
When doing a podman run command that has a command at the end of it, the output from the container is not displayed on the calling terminal. These commands were run as root.
Steps to reproduce the issue:
image=$(podman pull fedora)
podman run $image ls -alF /etc
Describe the results you received:
A slight pause and then a return to the command line prompt.
Describe the results you expected:
A listing of the container's /etc directory.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info
:Additional environment details (AWS, VirtualBox, physical, etc.):
Run as root on a VM running a fully updated Fedora 28 machine as of 8/20/18
The text was updated successfully, but these errors were encountered: