Add manage orgs to TOC

This commit is contained in:
Joao Fernandes 2017-07-11 11:30:42 -07:00 committed by Jim Galasyn
parent fad2803dd4
commit 79c854df71
2 changed files with 7 additions and 5 deletions

View File

@ -1796,6 +1796,8 @@ manuals:
title: Create and manage users
- path: /datacenter/dtr/2.3/guides/admin/manage-users/create-and-manage-teams/
title: Create and manage teams
- path: /datacenter/dtr/2.3/guides/admin/manage-users/create-and-manage-orgs/
title: Create and manage organizations
- path: /datacenter/dtr/2.3/guides/admin/manage-users/permission-levels/
title: Permission levels
- sectiontitle: Monitor and troubleshoot

View File

@ -1,5 +1,5 @@
---
title: Create and manage organizations in DTR
title: Create and manage organizations
description: Learn how to set up organizations to enforce security in Docker Trusted
Registry.
keywords: docker, registry, security, permissions, organizations
@ -15,12 +15,12 @@ organization called 'docker-datacenter', that is shared between DTR and UCP.
To create a new organization, navigate to the **DTR web UI**, and go to the
**Organizations** page.
![](../images/create-and-manage-orgs-1.png)
![](../../images/create-and-manage-orgs-1.png)
Click the **New organization** button, and choose a meaningful name for the
organization.
![](../images/create-and-manage-orgs-2.png)
![](../../images/create-and-manage-orgs-2.png)
Repositories owned by this organization will contain the organization name, so
to pull an image from that repository, you'll use:
@ -39,7 +39,7 @@ For this, click the **Add user** button, **select the users** that you want to
grant permissions to manage the organization, and click
**Save**. Then change their permissions from 'Member' to **Admin**.
![](../images/create-and-manage-orgs-3.png)
![](../../images/create-and-manage-orgs-3.png)
## Where to go next