Update _index.md

This commit is contained in:
Denise
2019-10-23 11:34:33 -07:00
committed by GitHub
parent c8647620d0
commit 8a58ff5e63
+1 -1
View File
@@ -39,7 +39,7 @@ RKE runs on almost any Linux OS with Docker installed. Most of the development a
usermod -aG docker <user_name>
```
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.