From c8647620d078df5a01ef318b577f1ac1d8ca8a7e Mon Sep 17 00:00:00 2001 From: William Jimenez Date: Tue, 22 Oct 2019 14:30:21 -0700 Subject: [PATCH] Update _index.md security message --- content/rke/latest/en/os/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/rke/latest/en/os/_index.md b/content/rke/latest/en/os/_index.md index f76b057e82e..766a81f5250 100644 --- a/content/rke/latest/en/os/_index.md +++ b/content/rke/latest/en/os/_index.md @@ -38,6 +38,8 @@ 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. 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.