diff --git a/content/manuals/admin/_index.md b/content/manuals/admin/_index.md index 3ac92b00555..cdf3d1bdcf1 100644 --- a/content/manuals/admin/_index.md +++ b/content/manuals/admin/_index.md @@ -1,5 +1,6 @@ --- -title: Administration +title: Admin Console overview +linkTitle: Admin Console description: Overview of administration features and roles in the Docker Admin Console keywords: admin, administration, company, organization, Admin Console, user accounts, account management weight: 10 @@ -7,6 +8,10 @@ params: sidebar: group: Enterprise grid: + - title: Organizations and companies + description: Understand the company and organization hierarchy. + icon: account_tree + link: /admin/organizations-companies/ - title: Company administration description: Explore how to manage a company. icon: apartment @@ -35,38 +40,10 @@ aliases: - /docker-hub/admin-overview --- -Administrators can manage companies and organizations using the -[Docker Admin Console](https://app.docker.com/admin). The Admin Console -provides centralized observability, access management, and security controls -across Docker environments. +## Teams and members -## Company and organization hierarchy - -The [Docker Admin Console](https://app.docker.com/admin) provides administrators with centralized observability, access management, and controls for their company and organizations. To provide these features, Docker uses the following hierarchy and roles. - -![Diagram showing Docker’s administration hierarchy with Company at the top, followed by Organizations, Teams, and Members](./images/docker-admin-structure.webp) - -### Company - -A company groups multiple Docker organizations for centralized configuration. Companies have the company owner administrator role available. - -The company owner: - -- Can view and manage all organizations within the company -- Has full access to company-wide settings and inherits the same permissions as organization owners -- Does not occupy a seat - -Companies are only available for Docker Business subscribers. - -### Organization - -Organization owners have the organization owner administrator role available. They can manage organization settings, users, and access controls, but occupy a [seat](/manuals/admin/organization/organization-faqs.md#what-is-the-difference-between-user-invitee-seat-and-member). - -- An organization contains teams and repositories. -- All Docker Team and Business subscribers must have at least one organization. - -> [!TIP] -> [Upgrading to a Docker Business plan](https://www.docker.com/pricing?ref=Docs&refAction=DocsAdmin) grants you the company owner role so you can manage multiple organizations. +For how companies, organizations, teams, and members fit together in the +hierarchy, see [Organizations and companies](/admin/organizations-companies/). ### Team diff --git a/content/manuals/admin/company/_index.md b/content/manuals/admin/company/_index.md index 56bbfe9d2a3..914c0dca6ff 100644 --- a/content/manuals/admin/company/_index.md +++ b/content/manuals/admin/company/_index.md @@ -1,7 +1,7 @@ --- title: Company overview linkTitle: Company -weight: 20 +weight: 30 description: Learn how to manage multiple organizations using companies, including managing users, owners, and security. keywords: company, multiple organizations, manage companies, admin console, Docker Business settings grid: diff --git a/content/manuals/admin/organization/_index.md b/content/manuals/admin/organization/_index.md index 6ab1e1bea77..ca6c19c463f 100644 --- a/content/manuals/admin/organization/_index.md +++ b/content/manuals/admin/organization/_index.md @@ -1,7 +1,7 @@ --- title: Organization overview linkTitle: Organization -weight: 10 +weight: 20 description: Learn how to manage your Docker organization, including teams, members, permissions, and settings. keywords: organizations, admin, overview, manage teams, roles grid: diff --git a/content/manuals/admin/organizations-companies.md b/content/manuals/admin/organizations-companies.md new file mode 100644 index 00000000000..a7758affb90 --- /dev/null +++ b/content/manuals/admin/organizations-companies.md @@ -0,0 +1,45 @@ +--- +title: Organizations and companies overview +linkTitle: Organizations and companies +description: > + Learn how company and organization hierarchy, roles, teams, and members fit + together in the Docker Admin Console. +keywords: company, organization, Admin Console, hierarchy, teams, members, Docker Business +weight: 11 +params: + sidebar: + group: Enterprise +--- + +Administrators can manage companies and organizations using the +[Docker Admin Console](https://app.docker.com/admin). The Admin Console +provides centralized observability, access management, and security controls +across Docker environments. + +## Company and organization hierarchy + +The [Docker Admin Console](https://app.docker.com/admin) provides administrators with centralized observability, access management, and controls for their company and organizations. To provide these features, Docker uses the following hierarchy and roles. + +![Diagram showing Docker’s administration hierarchy with Company at the top, followed by Organizations, Teams, and Members](./images/docker-admin-structure.webp) + +### Company + +A company groups multiple Docker organizations for centralized configuration. Companies have the company owner administrator role available. + +The company owner: + +- Can view and manage all organizations within the company +- Has full access to company-wide settings and inherits the same permissions as organization owners +- Does not occupy a seat + +Companies are only available for Docker Business subscribers. + +### Organization + +Organization owners have the organization owner administrator role available. They can manage organization settings, users, and access controls, but occupy a [seat](/manuals/admin/organization/organization-faqs.md#what-is-the-difference-between-user-invitee-seat-and-member). + +- An organization contains teams and repositories. +- All Docker Team and Business subscribers must have at least one organization. + +> [!TIP] +> [Upgrading to a Docker Business plan](https://www.docker.com/pricing?ref=Docs&refAction=DocsAdmin) grants you the company owner role so you can manage multiple organizations.