[go: up one dir, main page]

{ const container = $el; // The div with overflow const item = document.getElementById('sidebar-current-page') if (item) { const containerTop = container.scrollTop; const containerBottom = containerTop + container.clientHeight; const itemTop = item.offsetTop - container.offsetTop; const itemBottom = itemTop + item.offsetHeight; // Scroll only if the item is out of view if (itemBottom > containerBottom - 200) { container.scrollTop = itemTop - (container.clientHeight / 2 - item.offsetHeight / 2); } } })" class="bg-background-toc dark:bg-background-toc fixed top-0 z-40 hidden h-screen w-full flex-none overflow-x-hidden overflow-y-auto md:sticky md:top-16 md:z-auto md:block md:h-[calc(100vh-64px)] md:w-[320px]" :class="{ 'hidden': ! $store.showSidebar }">
Contact support

Company administration overview

Subscription: Business
For: Administrators

A company provides a single point of visibility across multiple organizations, simplifying organization and settings management.

Organization owners with a Docker Business subscription can create a company and manage it through the Docker Admin Console.

The following diagram shows how a company relates to its associated organizations.

Diagram showing how companies relate to Docker organizations

Key features

With a company, administrators can:

  • View and manage all nested organizations
  • Configure company and organization settings centrally
  • Control access to the company
  • Have up to ten unique users assigned to the company owner role
  • Configure SSO and SCIM for all nested organizations
  • Enforce SSO for all users in the company

Create and manage your company

Learn how to create and manage a company in the following sections.