diff --git a/_data/toc.yaml b/_data/toc.yaml index e105001705..8a912d5d49 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -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 diff --git a/datacenter/dtr/2.3/guides/admin/configure/create-and-manage-orgs.md b/datacenter/dtr/2.3/guides/admin/manage-users/create-and-manage-orgs.md similarity index 89% rename from datacenter/dtr/2.3/guides/admin/configure/create-and-manage-orgs.md rename to datacenter/dtr/2.3/guides/admin/manage-users/create-and-manage-orgs.md index 15c938a415..572e0f72b4 100644 --- a/datacenter/dtr/2.3/guides/admin/configure/create-and-manage-orgs.md +++ b/datacenter/dtr/2.3/guides/admin/manage-users/create-and-manage-orgs.md @@ -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