`; resultsHTML += results .map((item) => { let excerpt = item.excerpt; if (excerpt.length > 200) { excerpt = excerpt.substring(0, 200); } return `
${item.meta.title}

…${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 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.