Add onboarding FAQs

Signed-off-by: Usha Mandya <usha.mandya@docker.com>
This commit is contained in:
Usha Mandya 2022-02-22 17:39:56 +00:00
parent 77f5bef236
commit aaee0f1e83
2 changed files with 113 additions and 0 deletions

View File

@ -1302,6 +1302,8 @@ manuals:
section:
- path: /docker-hub/
title: Quickstart
- path: /docker-hub/onboarding-faqs/
title: Onboarding FAQs
- path: /docker-id/
title: Docker ID accounts
- path: /docker-hub/orgs/

View File

@ -0,0 +1,111 @@
---
description: Frequently asked questions
keywords: onboarding, docker, teams, orgs
toc_max: 2
---
### What is a Docker ID?
A Docker ID is a username to access Docker Hub repositories and hosted Docker
services. All you need is an email address to create a Docker ID. Your Docker ID must be between 4 and 30 characters long, and can only contain
numbers and lowercase letters. You cannot use any special characters or spaces.
For more information, see [Docker ID](../docker-id/index.md). If your admin enforces [Single sign-on (SSO)](../single-sign-on/index.md), a Docker ID is provisioned for new users.
### What if my Docker ID is taken?
If you have a trademark for your namespace, [Docker Support](https://hub.docker.com/support/contact/){: target="_blank" rel="noopener"
class="_"} can retrieve the Docker ID for you.
### Whats an organization?
Docker users become members of an organization when they are assigned to at
least one team in the organization. When you first create an organization,
youll see that you have a team, the **Owners** (Admins) team, with a single
member. An organization owner is someone that is part of the owners team. They
can create new teams and add members to an existing team using their Docker ID
or email address and by selecting a team the user should be part of. An
organization owner can also add additional organization owners to help them
manage users, teams, and repositories in the organization. [Learn more](orgs.md).
### How many organizations can I create?
You can create multiple organizations. However, if youre enabling SSO and have multiple organizations, each organization must have a domain associated with it.
### Whats a team?
A **Team** is a group of Docker users that belong to an organization. An organization can have multiple teams. When you first create an organization, youll see that you have a team, the owners team, with a single member. An organization owner can then create new teams and add members to an existing team using Docker IDs or email address and by selecting a team the user should be part of. [Learn more](orgs.md#create-a-team).
### Who is an organization owner?
An organization owner is an administrator who is responsible to manage
repositories and add team members to the organization. They have full access to
private repositories, all teams, billing information, and organization settings.
An organization owner can also specify [permissions](orgs.md#configure-repository-permissions) for each team in the
organization. Only an organization owner can enable SSO for the organization.
When SSO is enabled for your organization, the organization owner can also
manage users.
Docker can auto-provision Docker IDs for new end-users or users who'd like to
have a separate Docker ID for company use through SSO enforcement.
The organization owner can also add additional owners to help them manage users, teams, and repositories in the organization.
### How do I add an organization owner?
An existing owner can add additional team members as organization owners. All
they need to do is select the organization from the
[Organizations](https://hub.docker.com/orgs){: target="_blank" rel="noopener"
class="_"} page in Docker Hub, add the Docker ID/Email of the user, and then
select the **Owners** team from the drop-down menu. [Learn more](orgs.md#the-owners-team).
### Do users first need to authenticate with Docker before an owner can add them to an organization?
No. Organization owners can invite users through email and also choose a team for them to join within the invite.
### If a user has their personal email associated with a user account in Docker Hub, do they have to convert to using the orgs domain before they can be invited to join an organization?
Yes. When SSO is enabled for your organization, each user must sign in with the companys domain. However, the user can retain their personal credentials and create a new Docker ID associated with their organization's domain.
### Can I convert my personal user account (Docker ID) to an organization account?
Yes. You can convert your user account to an organization account. Once you
convert a user account into an organization, it is not possible to
revert it to a personal user account. For prerequisites and instructions, see
[Convert an account into an organization](convert-account.md).
### Our users create Docker Hub accounts through self-service. How do we know when the total number of users for the requested licenses has been met? Is it possible to add more members to the organization than the total number of licenses?
Currently, we dont have a way to notify you. However, if the number of team
members exceed the number of licenses, you will receive an error informing you
to contact the administrator due to lack of seats.
### How can I merge organizations in Docker Hub?
Reach out to your Support contact if you need to consolidate organizations.
### Do organization invitees take up seats?
Yes. A user invited to an organization will take up one of the provisioned
seats, even if that user hasnt accepted their invitation yet. Organization
owners can manage the list of invitees through the **Invitees** tab on the organization settings page in Docker Hub.
### Do organization owners take a seat?
Yes. Organization owners will take up a seat.
### If there are two organizations and a user belongs to both orgs, do they take up two seats?
Yes. In a scenario where a user belongs to two orgs, they take up one seat in each organization.
### Is it possible to set permissions for repositories within an organization?
Yes. You can configure repository access on a per-team basis. For example, you
can specify that all teams within an organization have **Read and Write** access
to repositories A and B, whereas only specific teams have **Admin** access. Org
owners have full administrative access to all repositories within the
organization. [Learn more](orgs.md#configure-repository-permissions).
### Can I configure multiple SSO identity providers (IdPs) to authenticate users to a single org?
Docker SSO allows only one IdP configuration per organization. For more
information, see [Configure SSO](../single-sign-on/index.md) and [SSO FAQs](../single-sign-on/faqs.md).