From b7eec33cfe6a1971b25fc9db6909c8a23c4c1a6f Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Thu, 18 Jun 2020 17:08:55 +0900 Subject: [PATCH] rootless.md: fix a typo (#11013) --- engine/security/rootless.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/security/rootless.md b/engine/security/rootless.md index 61d94cd392..875eba6b2b 100644 --- a/engine/security/rootless.md +++ b/engine/security/rootless.md @@ -397,7 +397,7 @@ $ dockerd-rootless.sh --experimental On a systemd host, log into the host using `pam_systemd` (see below). The value is automatically set to `/run/user/$UID` and cleaned up on every logout. -**systemctl --user` fails with `Failed to connect to bus: No such file or directory** +**`systemctl --user` fails with `Failed to connect to bus: No such file or directory** This error occurs mostly when you switch from the root user to an non-root user with `sudo`: