From 8a58ff5e63ae58744ce3d38a38906650ee20e469 Mon Sep 17 00:00:00 2001 From: Denise Date: Wed, 23 Oct 2019 11:34:33 -0700 Subject: [PATCH] Update _index.md --- content/rke/latest/en/os/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rke/latest/en/os/_index.md b/content/rke/latest/en/os/_index.md index 766a81f5250..9aab3eb05a4 100644 --- a/content/rke/latest/en/os/_index.md +++ b/content/rke/latest/en/os/_index.md @@ -39,7 +39,7 @@ RKE runs on almost any Linux OS with Docker installed. Most of the development a usermod -aG docker ``` - Note: Users added to the `docker` group are granted effective root permissions on the host by means of the Docker API. Only choose a user that is intended for this purpose and has its credentials and access properly secured. +> **Note:** Users added to the `docker` group are granted effective root permissions on the host by means of the Docker API. Only choose a user that is intended for this purpose and has its credentials and access properly secured. See [Manage Docker as a non-root user](https://docs.docker.com/install/linux/linux-postinstall/#manage-docker-as-a-non-root-user) to see how you can configure access to Docker without using the `root` user.