-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Admin landing page PR #24133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Admin landing page PR #24133
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -35,63 +35,80 @@ | |||||
| - /docker-hub/admin-overview | ||||||
| --- | ||||||
|
|
||||||
| Administrators can manage companies and organizations using the | ||||||
| [Docker Admin Console](https://app.docker.com/admin). The Admin Console | ||||||
| provides centralized observability, access management, and security controls | ||||||
| across Docker environments. | ||||||
| Administrators start with the [Docker Admin Console](https://app.docker.com/admin) to provision user seats, manage access tokens, SSO and SCIM, and deploy Docker Desktop to their organizations. | ||||||
|
|
||||||
| ## Set up Docker with Admin Console | ||||||
|
|
||||||
| Administrators get started with Docker by accessing the Admin Console to create a company and organizations. | ||||||
|
|
||||||
| - If you're a Docker Business subscriber, you have access to both company and organization features. | ||||||
| - If you're Docker Team subscriber, you have access to organization features in Admin Console. | ||||||
|
||||||
| - If you're Docker Team subscriber, you have access to organization features in Admin Console. | |
| - If you're Docker Team subscriber, you have access to organization features. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Idk if it makes sense to describe the differences between company/organization ownership as a feature set. It seems like the biggest meaningful difference is that you can provision across multiple orgs if you have the company lvl, should check
Check failure on line 51 in content/manuals/admin/_index.md
GitHub Actions / validate (vale)
[vale] reported by reviewdog 🐶
[Docker.Spacing] ' ' should have one space.
Raw Output:
{"message": "[Docker.Spacing] ' ' should have one space.", "location": {"path": "content/manuals/admin/_index.md", "range": {"start": {"line": 51, "column": 70}}}, "severity": "ERROR"}
Check failure on line 74 in content/manuals/admin/_index.md
GitHub Actions / validate (vale)
[vale] reported by reviewdog 🐶
[Vale.Terms] Use 'Docker Team' instead of 'Docker team'.
Raw Output:
{"message": "[Vale.Terms] Use 'Docker Team' instead of 'Docker team'.", "location": {"path": "content/manuals/admin/_index.md", "range": {"start": {"line": 74, "column": 13}}}, "severity": "ERROR"}
Check warning on line 89 in content/manuals/admin/_index.md
GitHub Actions / validate (vale)
[vale] reported by reviewdog 🐶
[Docker.RecommendedWords] Consider using 'repository' instead of 'repo'
Raw Output:
{"message": "[Docker.RecommendedWords] Consider using 'repository' instead of 'repo'", "location": {"path": "content/manuals/admin/_index.md", "range": {"start": {"line": 89, "column": 103}}}, "severity": "INFO"}
Check failure on line 89 in content/manuals/admin/_index.md
GitHub Actions / validate (vale)
[vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'repo'?
Raw Output:
{"message": "[Vale.Spelling] Did you really mean 'repo'?", "location": {"path": "content/manuals/admin/_index.md", "range": {"start": {"line": 89, "column": 103}}}, "severity": "ERROR"}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.