I’m trying podman run & its hanging. The debug output is below. What is podman hanging on?
C:test>podman run --log-level=debug -it -p 8080:8080 -eSRVENV=local nginx
time="2024-08-08T08:26:46-04:00" level=info msg="podman filtering at log level debug"
time="2024-08-08T08:26:46-04:00" level=debug msg="Called run.PersistentPreRunE(podman run --log-level=debug -it -p 8080:8080 -eSRVENV=local nginx)"
time="2024-08-08T08:26:46-04:00" level=debug msg="SSH Ident Key "C:\\Users\\testuers\\.ssh\\podman-machine-default" SHA256:mGKtmqYM1ycRiF0S+vy1jlRLWXaJ2+M30Qj7wTSiE/o ssh-ed25519"
time="2024-08-08T08:26:46-04:00" level=debug msg="DoRequest Method: GET URI: http://d/v4.5.1/libpod/_ping"
time="2024-08-08T08:26:46-04:00" level=debug msg="DoRequest Method: GET URI: http://d/v4.5.1/libpod/networks/pasta/exists"
time="2024-08-08T08:26:46-04:00" level=debug msg="Adding port mapping from 8080 to 8080 length 1 protocol """
time="2024-08-08T08:26:46-04:00" level=debug msg="Loading registries configuration "/etc/containers/registries.conf""
time="2024-08-08T08:26:46-04:00" level=debug msg="Found credentials for artifactory.penske.com in credential helper containers-auth.json in file C:\Users\600204587\.config\containers\auth.json"
time="2024-08-08T08:26:46-04:00" level=debug msg="Found credentials for default-route-openshift-image-registry.apps.testocp.penske.com in credential helper containers-auth.json in file C:\Users\600204587\.config\containers\auth.json"
time="2024-08-08T08:26:46-04:00" level=debug msg="DoRequest Method: POST URI: http://d/v4.5.1/libpod/images/pull"
time="2024-08-08T08:26:46-04:00" level=debug msg="DoRequest Method: GET URI: http://d/v4.5.1/libpod/images/nginx/json"
time="2024-08-08T08:26:46-04:00" level=debug msg="DoRequest Method: POST URI: http://d/v4.5.1/libpod/containers/create"
time="2024-08-08T08:26:46-04:00" level=debug msg="Enabling signal proxying"
time="2024-08-08T08:26:46-04:00" level=debug msg="Enabling signal proxying"
time="2024-08-08T08:26:46-04:00" level=debug msg="DoRequest Method: GET URI: http://d/v4.5.1/libpod/containers/11f1dc06d2b4a202ede9d60a8c3043ba9722d284ee46178e3d1663d0df5c7b90/json"
time="2024-08-08T08:26:46-04:00" level=debug msg="DoRequest Method: POST URI: http://d/v4.5.1/libpod/containers/11f1dc06d2b4a202ede9d60a8c3043ba9722d284ee46178e3d1663d0df5c7b90/attach"
time="2024-08-08T08:26:47-04:00" level=debug msg="DoRequest Method: POST URI: http://d/v4.5.1/libpod/containers/11f1dc06d2b4a202ede9d60a8c3043ba9722d284ee46178e3d1663d0df5c7b90/resize"
time="2024-08-08T08:26:47-04:00" level=debug msg="Copying STDOUT of container in terminal mode"
time="2024-08-08T08:26:47-04:00" level=debug msg="DoRequest Method: POST URI: http://d/v4.5.1/libpod/containers/11f1dc06d2b4a202ede9d60a8c3043ba9722d284ee46178e3d1663d0df5c7b90/start"
time="2024-08-08T08:26:47-04:00" level=debug msg="Copying STDIN to socket"
time="2024-08-08T08:26:47-04:00" level=debug msg="DoRequest Method: POST URI: http://d/v4.5.1/libpod/containers/11f1dc06d2b4a202ede9d60a8c3043ba9722d284ee46178e3d1663d0df5c7b90/resize"