From 1ea61b91e910e5227daf7f509912a62cf942e4a8 Mon Sep 17 00:00:00 2001 From: YuPengZTE Date: Mon, 19 Sep 2016 10:46:25 +0800 Subject: [PATCH] Add prompt of $ Signed-off-by: YuPengZTE Upstream-commit: 638546d1206dd229c5e00df0725de6966725b2e0 Component: engine --- components/engine/docs/installation/linux/SUSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/installation/linux/SUSE.md b/components/engine/docs/installation/linux/SUSE.md index 797a329e9a..b0c024abd2 100644 --- a/components/engine/docs/installation/linux/SUSE.md +++ b/components/engine/docs/installation/linux/SUSE.md @@ -71,7 +71,7 @@ The `docker` package creates a new group named `docker`. Users, other than `root` user, must be part of this group to interact with the Docker daemon. You can add users with this command syntax: - sudo /usr/sbin/usermod -a -G docker + $ sudo /usr/sbin/usermod -a -G docker Once you add a user, make sure they relog to pick up these new permissions.