-
Bug
-
Resolution: Not a Bug
-
Undefined
-
None
-
CentOS Stream 8
-
None
-
None
-
None
-
None
-
None
-
None
-
CentOS Stream
-
None
-
None
-
None
-
aarch64
-
None
What were you trying to do that didn't work?
If run any command before login command at docker container. It sticks forever.
Please provide the package NVR for which bug is seen:
How reproducible:
podman run --rm -it centos:8 sh -c 'true; login'
docker run --rm -it centos8 sh -c 'true; login'
Expected results
container responds and ask user name.
Actual results
Container sticks at login command