mirror of https://github.com/docker/docs.git
Merge pull request #1157 from vsaraswat/patch-9
Full Control Users Warning (UCP 1.1)
This commit is contained in:
commit
47cd038060
|
@ -39,6 +39,10 @@ access to full control over the resources.
|
|||
When a user only has a default permission assigned, only them and admin
|
||||
users can see the containers they deploy in the cluster.
|
||||
|
||||
**NOTE**: Full-control users can utilize host-mounted volumes, which can potentially gain
|
||||
access to sensitive material on the cluster. We recommend giving full-control permissions
|
||||
to users you would trust with admin-level access.
|
||||
|
||||
## Team permission levels
|
||||
|
||||
Teams allow you to define fine-grain permissions to containers that have the
|
||||
|
@ -56,4 +60,4 @@ There are four permission levels:
|
|||
## Where to go next
|
||||
|
||||
* [Create and manage users](create-and-manage-users.md)
|
||||
* [Create and manage teams](create-and-manage-teams.md)
|
||||
* [Create and manage teams](create-and-manage-teams.md)
|
||||
|
|
Loading…
Reference in New Issue