From 151bababa57ea8c08e0a13fb1c919794206ea341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9van=20Le=20Meur?= <1636769+slemeur@users.noreply.github.com> Date: Tue, 24 Dec 2024 16:08:18 +0100 Subject: [PATCH] fix: update podman remote status command in documentation (#10474) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: replace podman remote status instruction Signed-off-by: Stévan Le Meur <1636769+slemeur@users.noreply.github.com> --- website/docs/podman/podman-remote.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/podman/podman-remote.md b/website/docs/podman/podman-remote.md index 5060c5cbf..fd7c10235 100644 --- a/website/docs/podman/podman-remote.md +++ b/website/docs/podman/podman-remote.md @@ -56,7 +56,7 @@ $ systemctl start podman.socket Confirm that the socket is enabled by checking the status: ```sh -$ systemctl status podman.socket +$ systemctl status --user podman.socket ``` 4. Add the connection to `podman system connection ls`: