Replies: 2 comments 2 replies
-
Autostopping, I could see, autostarting might be more difficult, since we would need mechanisms in Windows and MAC to understand to start the machine. I guess we could instrument Podman to attempt to start a machine if no socket existed or if the socket connection was rejected. I think this would need to be controlled in containers.conf. |
Beta Was this translation helpful? Give feedback.
-
Docker desktop auto-starts on boot with a launch item managed by a tray app. We could add a command to install an on boot start (which some of the tray work we have could use as well) One thing is if we did do on demand podman run auto-start it would only cover the podman cli. If anyone uses the docker style api clients they would need to manually start those. |
Beta Was this translation helpful? Give feedback.
-
When I do
podman run
(or other commands) without starting podman machine, podman CLI only returns error messages.Instead, I think it would be better if machine starts automatically and runs the command (auto starting).
Also, auto stoping could be useful too.
Automatically stop the machine when no containers are running for a certain amount of time.
Any thought?
Beta Was this translation helpful? Give feedback.
All reactions