diff --git a/_data/toc.yaml b/_data/toc.yaml index 80c723107a..586c48df7a 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1710,6 +1710,8 @@ manuals: - sectiontitle: Docker Hub section: + - path: /docker-hub/overview/ + title: Overview - path: /docker-hub/ title: Quickstart - path: /docker-id/ diff --git a/docker-hub/index.md b/docker-hub/index.md index 057dd2a59d..745ff9e271 100644 --- a/docker-hub/index.md +++ b/docker-hub/index.md @@ -3,7 +3,6 @@ description: Docker Hub Quickstart keywords: Docker, docker, registry, accounts, plans, Dockerfile, Docker Hub, accounts, organizations, repositories, groups, teams title: Docker Hub Quickstart redirect_from: -- /docker-hub/overview/ - /apidocs/docker-cloud/ - /docker-cloud/ - /docker-cloud/migration/ @@ -77,27 +76,6 @@ redirect_from: - /apidocs/overview/ --- -[Docker Hub](https://hub.docker.com){: target="_blank" rel="noopener" class="_"} is a service provided by Docker for -finding and sharing container images with your team. It is 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. - -Users get access to free public repositories for storing and sharing images or can choose a [subscription plan](https://www.docker.com/pricing){: target="_blank" rel="noopener" class="_"} for private repositories. - -Docker Hub provides the following major features: - -* [Repositories](../docker-hub/repos/index.md): Push and pull container images. -* [Teams & Organizations](orgs.md): Manage access to private -repositories of container images. -* [Docker Official Images](official_images.md): Pull and use high-quality -container images provided by Docker. -* [Docker Verified Publisher Images](publish/index.md): Pull and use high- -quality container images provided by external vendors. -* [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 provides a [Docker Hub CLI](https://github.com/docker/hub-tool#readme){: target="_blank" rel="noopener" class="_"} tool (currently experimental) and an API that allows you to interact with Docker Hub. Browse through the [Docker Hub API](/docker-hub/api/latest/){: target="_blank" rel="noopener" class="_"} documentation to explore the supported endpoints. - The following section contains step-by-step instructions on how to easily get started with Docker Hub. ### Step 1: Sign up for a Docker account diff --git a/docker-hub/overview.md b/docker-hub/overview.md new file mode 100644 index 0000000000..3fa25f0412 --- /dev/null +++ b/docker-hub/overview.md @@ -0,0 +1,93 @@ +--- +description: Docker Hub overview +keywords: Docker, docker, docker hub, hub, overview +title: Overview +--- + +[Docker Hub](https://hub.docker.com){: target="_blank" rel="noopener" class="_"} is a service provided by Docker for +finding and sharing container images with your team. 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. + +Users get access to free public repositories for storing and sharing images or can choose a [subscription plan](https://www.docker.com/pricing){: target="_blank" rel="noopener" class="_"} for private repositories. + +Docker Hub provides the following major features: + +* [Repositories](../docker-hub/repos/index.md): Push and pull container images. +* [Teams & Organizations](orgs.md): Manage access to private +repositories of container images. +* [Docker Official Images](official_images.md): Pull and use high-quality +container images provided by Docker. +* [Docker Verified Publisher Images](publish/index.md): Pull and use high- +quality container images provided by external vendors. +* [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 provides a [Docker Hub CLI](https://github.com/docker/hub-tool#readme){: target="_blank" rel="noopener" class="_"} tool (currently experimental) and an API that allows you to interact with Docker Hub. Browse through the [Docker Hub API](/docker-hub/api/latest/){: target="_blank" rel="noopener" class="_"} documentation to explore the supported endpoints. + +
Sign up and create a new Docker ID
+Create a repository to share your images with your team, customers, or Docker community.
+Step-by-step instructions on getting started Docker Hub.
+Create personal access tokens as an alternative to your password.
+A curated set of Docker repositories hosted on Docker Hub.
+Find out about new features, improvements, and bug fixes.
+