mirror of https://github.com/docker/docs.git
Add manage orgs to TOC
This commit is contained in:
parent
fad2803dd4
commit
79c854df71
|
@ -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
|
||||
|
@ -1867,7 +1869,7 @@ manuals:
|
|||
- path: /datacenter/dtr/2.3/reference/api/
|
||||
title: API reference
|
||||
- path: /datacenter/dtr/2.3/guides/release-notes/
|
||||
title: Release notes
|
||||
title: Release notes
|
||||
- path: /datacenter/dtr/2.3/guides/support/
|
||||
title: Get support
|
||||
- sectiontitle: Previous versions
|
||||
|
|
|
@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
Click the **New organization** button, and choose a meaningful name for the
|
||||
organization.
|
||||
|
||||

|
||||

|
||||
|
||||
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**.
|
||||
|
||||

|
||||

|
||||
|
||||
## Where to go next
|
||||
|
Loading…
Reference in New Issue