Replies: 1 comment 5 replies
-
There should be already a better error message in podman:
I assume your exact error is not matched for some reason. I would consider this a bug, I can take a look. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it be a good idea to suggest running
podman machine start
whenpodman run
fails? Maybe similar to init.go#L178. I findError: failed to connect: dial tcp [::1]:49704: connect: connection refused
to be a little cryptic.My suggestion would look like:
And maybe to run
podman machine init
beforehand, if it's not been done yet.I just made the switch from
docker
topodman
, so I thought I'd create a discussion post rather than directly making a PR. I'm not sure how to handle other cases where the same error might happen but for different reasons.Beta Was this translation helpful? Give feedback.
All reactions