Files
docker-docs/layouts/shortcodes/admin-domains.html
Stephanie Aurelio 482bcb4ec0 Restructure administration docs IA (#18940)
* cli: use the new add-host separator

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* update organization admin sections

* update company sections and move faqs

* add create company steps and clean up overview

* update faq paths in tiles and add ea banner to admin tab

* fix spaces and update admin console references

* update banner message, clarify content, and streamline onboarding guide

---------

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-12-19 08:58:20 -08:00

40 lines
1.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{{ $product_link := "[Docker Hub](https://hub.docker.com)" }}
{{ $domain_navigation := `Navigate to the domain settings page for your organization or company.
- Organization: Select **Organizations**, your organization, **Settings**, and then **Security**.
- Company: Select **Organizations**, your company, and then **Settings**.` }}
{{ if eq (.Get "product") "admin" }}
{{ $product_link = "the [Admin Console](https://admin.docker.com)" }}
{{ $domain_navigation = "Select your organization or company in the left navigation drop-down menu, and then select **Domain management**." }}
{{ end }}
1. Sign in to {{ $product_link }}.
2. {{ $domain_navigation }}
3. Select **Add a domain**.
4. Continue with the on-screen instructions to get a verification code for
your domain as a **TXT Record Value**.
> **Note**
>
> Format your domains without protocol or www information, for example,
> `yourcompany.example`. This should include all email domains and
> subdomains users will use to access Docker, for example
> `yourcompany.example` and `us.yourcompany.example`. Public domains such as
> `gmail.com`, `outlook.com`, etc. arent permitted.
> **Tip**
>
> Make sure that the TXT record name that you create on your DNS matches
> the domain you registered on Docker in Step 4. For example,
> if you registered the subdomain `us.yourcompany.example`,
> you need to create a TXT record within the same name/zone `us`.
> A root domain such as `yourcompany.example` needs a TXT record on the
> root zone, which is typically denoted with the `@` name for the record.
{ .tip }
5. Once you have waited 72 hours for the TXT record verification,
you can then select **Verify** next to the domain you've added,
and follow the on-screen instructions.