Skip to content

Commit

Permalink
Check the status of the Podman socket with --user (#247)
Browse files Browse the repository at this point in the history
Since the Podman socket is a user service, its status must be checked
with --user.

Signed-off-by: Stephen Kitt <[email protected]>
  • Loading branch information
skitt authored Aug 28, 2024
1 parent c214f9b commit 321dff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/podman.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ network_backend = "netavark"
* Podman service endpoint.
+
--
Use `systemctl status podman.socket` to make sure the Podman API Socket is running.
Use `systemctl --user status podman.socket` to make sure the Podman API Socket is running.

Use `systemctl --user enable --now podman.socket` to start the Podman API Socket.
If the socket isn't running, use `systemctl --user enable --now podman.socket` to start it.

See link:https://github.com/containers/podman/blob/main/docs/tutorials/socket_activation.md[Podman socket activation] for information about enabling this endpoint.
--
Expand Down

0 comments on commit 321dff1

Please sign in to comment.