mirror of https://github.com/docker/docs.git
36 lines
1.1 KiB
Markdown
36 lines
1.1 KiB
Markdown
---
|
|
title: Web-based access
|
|
description: Learn how to access Docker Universal Control Plane from the web browser.
|
|
keywords: ucp, web, administration
|
|
redirect_from:
|
|
- /ee/ucp/user/access-ucp/
|
|
---
|
|
|
|
>{% include enterprise_label_shortform.md %}
|
|
|
|
Docker Universal Control Plane allows you to manage your cluster in a visual
|
|
way, from your browser.
|
|
|
|
{: .with-border}
|
|
|
|
|
|
Docker UCP secures your cluster by using
|
|
[role-based access control](../authorization/index.md).
|
|
From the browser, administrators can:
|
|
|
|
* Manage cluster configurations,
|
|
* Manage the permissions of users, teams, and organizations,
|
|
* See all images, networks, volumes, and containers.
|
|
* Grant permissions to users for scheduling tasks on specific nodes
|
|
(with the Docker Enterprise license).
|
|
|
|
{: .with-border}
|
|
|
|
Non-admin users can only see and change the images, networks, volumes, and
|
|
containers, and only when they're granted access by an administrator.
|
|
|
|
## Where to go next
|
|
|
|
- [Authorization](../authorization.md)
|
|
- [Access UCP from the CLI](cli.md)
|