-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!--Delete sections as needed --> ## Description Refreshed Hub landing page. - Updated intro to align with marketing - Updated key features to better align with marketing - Updated grid to better align with product IA - Removed admin emphasis with a single link to admin section - Moved interfaces out of feature list ---- Signed-off-by: Craig <[email protected]>
- Loading branch information
1 parent
81182d5
commit de347d8
Showing
1 changed file
with
28 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,50 @@ | ||
--- | ||
description: Find a comprehensive overview of Docker Hub, including its features, administrative settings, how to get started quickly, and more | ||
keywords: Docker, docker, docker hub, hub, repositories, docker account | ||
title: Overview of Docker Hub | ||
description: Get an overview on Docker Hub to find and share container images | ||
keywords: docker hub, hub, repositories | ||
title: Docker Hub | ||
linkTitle: Docker Hub | ||
weight: 100 | ||
grid: | ||
- title: Quickstart | ||
description: Step-by-step instructions on getting started on Docker Hub. | ||
icon: explore | ||
link: /docker-hub/quickstart | ||
- title: Create a repository | ||
- title: Repositories | ||
description: Create a repository to share your images with your team, customers, | ||
or the Docker community. | ||
icon: inbox | ||
link: /docker-hub/repos | ||
- title: Manage repository access | ||
description: Manage access to push and pull to your repository and assign permissions. | ||
icon: key | ||
link: /docker-hub/repos/access | ||
- title: Automated builds | ||
description: Learn how you can automatically build images from source code to push to your repositories. | ||
icon: build | ||
link: /docker-hub/builds/how-builds-work | ||
- title: Organizations | ||
description: Learn about organization administration. | ||
icon: store | ||
link: /admin/ | ||
- title: Usage | ||
description: Explore usage limits and how to better utilize Docker Hub. | ||
icon: leaderboard | ||
link: /docker-hub/download-rate-limit/ | ||
- title: Release notes | ||
description: Find out about new features, improvements, and bug fixes. | ||
icon: note_add | ||
link: /docker-hub/release-notes | ||
--- | ||
|
||
Docker Hub is a service provided by Docker for finding and sharing container images. | ||
Docker Hub simplifies development with the world's largest container registry | ||
for storing, managing, and sharing Docker images. By integrating seamlessly with | ||
your tools, it enhances productivity and ensures reliable deployment, | ||
distribution, and access to containerized applications. It also provides | ||
developers with pre-built images and assets to speed up development workflows. | ||
|
||
It's the world’s largest repository of container images with an array of content sources including container community developers, open source projects, and independent software vendors (ISV) building and distributing their code in containers. | ||
Key features of Docker Hub: | ||
|
||
Docker Hub is also where you can go to [carry out administrative tasks for organizations](/admin/). If you have a Docker Team or Business subscription, you can also carry out administrative tasks in the [Docker Admin Console](https://admin.docker.com). | ||
* Unlimited public repositories | ||
* Private repositories | ||
* Webhooks to automate workflows | ||
* GitHub and Bitbucket integrations | ||
* Concurrent and automated builds | ||
* Trusted content featuring high-quality, secure images | ||
|
||
{{< tabs >}} | ||
{{< tab name="What key features are included in Docker Hub?" >}} | ||
* [Repositories](../docker-hub/repos/_index.md): Push and pull container images. | ||
* [Builds](builds/_index.md): Automatically build container images from | ||
GitHub and Bitbucket and push them to Docker Hub. | ||
* [Webhooks](webhooks.md): Trigger actions after a successful push | ||
to a repository to integrate Docker Hub with other services. | ||
* [Docker Hub CLI](https://github.com/docker/hub-tool#readme) tool (currently experimental) and an API that allows you to interact with Docker Hub. | ||
* Browse through the [Docker Hub API](/reference/api/hub/latest/) documentation to explore the supported endpoints. | ||
{{< /tab >}} | ||
{{< tab name="What administrative tasks can I perform in Docker Hub?" >}} | ||
* [Create and manage teams and organizations](orgs.md) | ||
* [Create a company](../admin/company/new-company.md) | ||
* [Enforce sign in](../security/for-admins/enforce-sign-in/_index.md) | ||
* Set up [SSO](../security/for-admins/single-sign-on/_index.md) and [SCIM](../security/for-admins/provisioning/scim.md) | ||
* Use [Group mapping](group-mapping.md) | ||
* [Carry out domain audits](domain-audit.md) | ||
* [Use Image Access Management](/manuals/security/for-admins/hardened-desktop/image-access-management.md) to control developers' access to certain types of images | ||
* [Turn on Registry Access Management](/manuals/security/for-admins/hardened-desktop/registry-access-management.md) | ||
{{< /tab >}} | ||
{{< /tabs >}} | ||
In addition to the graphical interface, you can interact with Docker Hub using | ||
the [Docker Hub API](../../reference/api/hub/latest.md) or experimental [Docker | ||
Hub CLI tool](https://github.com/docker/hub-tool#readme). | ||
|
||
{{< grid >}} | ||
{{< grid >}} |