Created
October 25, 2025 04:25
-
-
Save antonmills/8d5cf7835e9ca6b375a1fb172daa742a to your computer and use it in GitHub Desktop.
Podman Socket / Autostart
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| To start the Podman user socket | |
| systemctl --user start podman.socket | |
| To make it auto-start on login: | |
| systemctl --user enable podman.socket | |
| Then confirm it’s running: | |
| systemctl --user status podman.socket |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment