`; resultsHTML += results .map((item) => { return `
${item.meta.title}

…${item.excerpt}…

`; }) .join(""); if (resultsLength > 5) { resultsHTML += ``; } searchBarResults.innerHTML = resultsHTML; } } searchBarInput.addEventListener("input", search); if (window.heap !== undefined) { searchBarResults.addEventListener('click', function (event) { if (event.target.tagName === 'A' && event.target.closest('.link')) { const searchQuery = event.target.getAttribute('data-query'); const resultIndex = event.target.getAttribute('data-index'); const url = new URL(event.target.href); const properties = { docs_search_target_path: url.pathname, docs_search_target_title: event.target.textContent, docs_search_query_text: searchQuery, docs_search_target_index: resultIndex, docs_search_source_path: window.location.pathname, docs_search_source_title: document.title, }; heap.track("Docs - Search - Click - Result Link", properties); } }); } });

Company administration

Table of contents

Subscription: Business
For: Administrators

A company provides a single point of visibility across multiple organizations. This view simplifies the management of Docker organizations and settings. Organization owners with a Docker Business subscription can create a company and then manage it through the Docker Admin Console.

The following diagram depicts the setup of a company and how it relates to associated organizations.

company-hierarchy

Key features

With a company, administrators can:

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

Prerequisites

Before you create a company, verify the following:

  • Any organizations you want to add to a company have a Docker Business subscription
  • You're an organization owner for your organization and any additional organizations you want to add

Learn how to administer a company in the following sections.