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 |