Replies: 2 comments 3 replies
-
@baude @jwhonce @ashley-cui, Do we have the information to make this happen. If the primary connection is to a local port, and the connection does not exists, should we check if podman machine is started, if not start it, sleep and then try the connection again? |
Beta Was this translation helpful? Give feedback.
2 replies
-
You get the same output, even when not using
The docker output makes less assumptions:
Now both of them are supported out-of-the-box, in addition to the default
So very similar to:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Every time I restart macos I discover that some podman commands fail because the podman machine was not started.
As configuring automatic starting at boot time is complex on macos, I would like to propose making the
podman machine start
implicit when podman is executed.Current behavior
Desired behavior
When a command that requires a server running is called, first podman should attempt to run either
podman machine init
orpodman machine start
before failing.Likely that in 99% of cases, that is what user needed, so better to attempt to do it instead of asking him to do it.
That feature is particularly useful on macos, where the machine is needed.
Related: #11541
Beta Was this translation helpful? Give feedback.
All reactions