mirror of https://github.com/docker/docs.git
Engdocs 1318 (#17189)
* remove EA banner * amend landing page content * update faqs * add new page * new company details * tidy * edits from review
This commit is contained in:
parent
e06245ea95
commit
2ac3d45c3e
|
@ -1898,6 +1898,8 @@ manuals:
|
|||
section:
|
||||
- path: /docker-hub/creating-companies/
|
||||
title: Overview
|
||||
- path: /docker-hub/new-company/
|
||||
title: Create a company
|
||||
- path: /docker-hub/company-owner/
|
||||
title: Manage company owners
|
||||
- path: /docker-hub/company-faqs/
|
||||
|
|
|
@ -4,10 +4,6 @@ keywords: Docker, Docker Hub, SSO FAQs, single sign-on
|
|||
title: Frequently asked questions
|
||||
---
|
||||
|
||||
### As a Docker Business customer, what steps should I follow to create a company?
|
||||
|
||||
Contact your designated CSM team member or Docker Support.
|
||||
|
||||
### Are existing subscriptions affected when a company is created and organizations are added to the company?
|
||||
|
||||
Subscriptions and related billing details continue to be managed at the organization level at this time.
|
||||
|
|
|
@ -4,11 +4,6 @@ keywords: company, owners
|
|||
title: Manage company owners
|
||||
---
|
||||
|
||||
> **Note**
|
||||
>
|
||||
> The company layer is in [early access](../release-lifecycle.md#early-access-ea)
|
||||
> and requires a Docker Business subscription.
|
||||
|
||||
As a company owner, you can configure [Single Sign-on (SSO)](../single-sign-on/configure/index.md) and [System for Cross-domain Identity Management (SCIM)](../docker-hub/scim.md) for all organizations under the company. This is only visible if your organization has a Docker Business subscription. If you want to upgrade your subscription to include the organization under the company, see [upgrade your subscription](../subscription/upgrade.md).
|
||||
|
||||
## Add a company owner
|
||||
|
|
|
@ -4,11 +4,6 @@ keywords: company, multiple organizations, manage companies
|
|||
title: Overview
|
||||
---
|
||||
|
||||
> **Note**
|
||||
>
|
||||
> The company layer is in [early access](../release-lifecycle.md#early-access-ea)
|
||||
> and requires a Docker Business subscription.
|
||||
|
||||
A company provides a single point of visibility across multiple organizations. Docker introduced this new view to simplify the management of Docker organizations and settings. It's available to Docker Business subscribers.
|
||||
|
||||
The following diagram depicts the set up of a company and how it relates to associated organizations.
|
||||
|
@ -25,23 +20,36 @@ With a company, administrators can:
|
|||
- Configure SSO and SCIM for all nested organizations.
|
||||
- Enforce SSO log-in for all users in the company.
|
||||
|
||||
## Get started
|
||||
<div class="component-container">
|
||||
<!--start row-->
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
|
||||
<div class="component">
|
||||
<div class="component-icon">
|
||||
<a href="/docker-hub/new-company/"><img src="/assets/images/note-add.svg" alt="new company" width="70" height="70"></a>
|
||||
</div>
|
||||
<h2 id="new company"><a href="/docker-hub/new-company/">Create a company</a></h2>
|
||||
<p>Learn how to create a new company layer and add existing organizations.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
|
||||
<div class="component">
|
||||
<div class="component-icon">
|
||||
<a href="/docker-hub/company-owner/"><img src="/assets/images/sso.svg" alt="Company owner" width="70" height="70"></a>
|
||||
</div>
|
||||
<h2 id="Company owner"><a href="/docker-hub/company-owner/">Manage company owners</a></h2>
|
||||
<p>Find out more about company owners and how to manage them.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
|
||||
<div class="component">
|
||||
<div class="component-icon">
|
||||
<a href="/docker-hub/company-faqs/"><img src="/assets/images/help.svg" alt="company faqs" width="70" height="70"></a>
|
||||
</div>
|
||||
<h2 id="company faqs"><a href="/docker-hub/company-faqs/">FAQs</a></h2>
|
||||
<p>Explore common company FAQs.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Docker will work with your current Docker organization owners to create the company, associate your organizations, and identify your company owner(s).
|
||||
|
||||
You’ll need to submit a [support ticket](https://hub.docker.com/support/contact/) with the following information:
|
||||
|
||||
- The name of your company. This cannot be the same as any of the associated organizations.
|
||||
- The organization(s) that you want to associate with the new company.
|
||||
- The Docker ID of the person that will be the company owner.
|
||||
|
||||
Once created, users with a company owner role can navigate to the **Overview** page in Docker Hub that displays the company name and organizations associated with the company.
|
||||
|
||||
{: width="700px" }
|
||||
|
||||
## What's next?
|
||||
|
||||
- [Configure SSO](../single-sign-on/configure/index.md)
|
||||
- [Manage SSO](../single-sign-on/manage/index.md)
|
||||
- [Manage company owners](company-owner.md)
|
||||
- [Explore FAQs](company-faqs.md)
|
|
@ -0,0 +1,31 @@
|
|||
---
|
||||
title: Create a company
|
||||
description: Learn how to create a company.
|
||||
keywords: company, hub, organization, company owner
|
||||
---
|
||||
|
||||
## Create a company
|
||||
|
||||
To create a new company:
|
||||
|
||||
1. In Docker Hub, navigate to the organization you want to place under a company. The organization must have a Business subscription.
|
||||
2. Select **Settings**.
|
||||
3. Near the bottom of the **General** tab, select **Create a company**.
|
||||
4. Enter a unique name for your company, then select **Continue**.
|
||||
5. Review the company migration details and then select **Create company**.
|
||||
|
||||
## Add organizations to a company
|
||||
|
||||
>**Important**
|
||||
>
|
||||
> You must be a company owner to add an organization to a company.
|
||||
{: .important}
|
||||
|
||||
There is no limit to the number of organizations you can have under a company layer. All organizations must have Business subscription.
|
||||
|
||||
1. In Docker Hub, select **Organizations**.
|
||||
2. Select your company.
|
||||
3. From the company page, select **Add organization**.
|
||||
4. Choose the organization you want to add from the dropdown menu.
|
||||
5. Select **Add organization** to confirm.
|
||||
|
Loading…
Reference in New Issue