diff --git a/docs/installation/linux/SUSE.md b/docs/installation/linux/SUSE.md index 797a329e9a..b0c024abd2 100644 --- a/docs/installation/linux/SUSE.md +++ b/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.