Skip to content

Commit 2d06986

Browse files
hub: refresh overview
Signed-off-by: Craig <[email protected]>
1 parent cf53465 commit 2d06986

File tree

1 file changed

+28
-37
lines changed

1 file changed

+28
-37
lines changed
Lines changed: 28 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,50 @@
11
---
2-
description: Find a comprehensive overview of Docker Hub, including its features, administrative settings, how to get started quickly, and more
3-
keywords: Docker, docker, docker hub, hub, repositories, docker account
4-
title: Overview of Docker Hub
2+
description: Get an overview on Docker Hub to find and share container images
3+
keywords: docker hub, hub, repositories
4+
title: Docker Hub
55
linkTitle: Docker Hub
66
weight: 100
77
grid:
88
- title: Quickstart
99
description: Step-by-step instructions on getting started on Docker Hub.
1010
icon: explore
1111
link: /docker-hub/quickstart
12-
- title: Create a repository
12+
- title: Repositories
1313
description: Create a repository to share your images with your team, customers,
1414
or the Docker community.
1515
icon: inbox
1616
link: /docker-hub/repos
17-
- title: Manage repository access
18-
description: Manage access to push and pull to your repository and assign permissions.
19-
icon: key
20-
link: /docker-hub/repos/access
21-
- title: Automated builds
22-
description: Learn how you can automatically build images from source code to push to your repositories.
23-
icon: build
24-
link: /docker-hub/builds/how-builds-work
17+
- title: Organizations
18+
description: Learn about organization administration.
19+
icon: store
20+
link: /admin/
21+
- title: Usage
22+
description: Explore usage limits and how to better utilize Docker Hub.
23+
icon: leaderboard
24+
link: /docker-hub/download-rate-limit/
2525
- title: Release notes
2626
description: Find out about new features, improvements, and bug fixes.
2727
icon: note_add
2828
link: /docker-hub/release-notes
2929
---
3030

31-
Docker Hub is a service provided by Docker for finding and sharing container images.
31+
Docker Hub simplifies development with the world's largest container registry
32+
for storing, managing, and sharing Docker images. By integrating seamlessly with
33+
your tools, it enhances productivity and ensures reliable deployment,
34+
distribution, and access to containerized applications. It also provides
35+
developers with pre-built images and assets to speed up development workflows.
3236

33-
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.
37+
Key features of Docker Hub:
3438

35-
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).
39+
* Unlimited public repositories
40+
* Private repositories
41+
* Webhooks to automate workflows
42+
* GitHub and Bitbucket integrations
43+
* Concurrent and automated builds
44+
* Trusted content featuring high-quality, secure images
3645

37-
{{< tabs >}}
38-
{{< tab name="What key features are included in Docker Hub?" >}}
39-
* [Repositories](../docker-hub/repos/_index.md): Push and pull container images.
40-
* [Builds](builds/_index.md): Automatically build container images from
41-
GitHub and Bitbucket and push them to Docker Hub.
42-
* [Webhooks](webhooks.md): Trigger actions after a successful push
43-
to a repository to integrate Docker Hub with other services.
44-
* [Docker Hub CLI](https://github.com/docker/hub-tool#readme) tool (currently experimental) and an API that allows you to interact with Docker Hub.
45-
* Browse through the [Docker Hub API](/reference/api/hub/latest/) documentation to explore the supported endpoints.
46-
{{< /tab >}}
47-
{{< tab name="What administrative tasks can I perform in Docker Hub?" >}}
48-
* [Create and manage teams and organizations](orgs.md)
49-
* [Create a company](../admin/company/new-company.md)
50-
* [Enforce sign in](../security/for-admins/enforce-sign-in/_index.md)
51-
* Set up [SSO](../security/for-admins/single-sign-on/_index.md) and [SCIM](../security/for-admins/provisioning/scim.md)
52-
* Use [Group mapping](group-mapping.md)
53-
* [Carry out domain audits](domain-audit.md)
54-
* [Use Image Access Management](/manuals/security/for-admins/hardened-desktop/image-access-management.md) to control developers' access to certain types of images
55-
* [Turn on Registry Access Management](/manuals/security/for-admins/hardened-desktop/registry-access-management.md)
56-
{{< /tab >}}
57-
{{< /tabs >}}
46+
In addition to the graphical interface, you can interact with Docker Hub using
47+
the [Docker Hub API](../../reference/api/hub/latest.md) or experimental [Docker
48+
Hub CLI tool](https://github.com/docker/hub-tool#readme).
5849

59-
{{< grid >}}
50+
{{< grid >}}

0 commit comments

Comments
 (0)