You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docker-hub/index.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Docker Hub provides the following major features:
16
16
repositories allow you to share container images with your team. Public
17
17
repositories allow you to share them with anyone.
18
18
*[Teams & Organizations](/docker-hub/orgs.md): Manage access to private repositories.
19
-
*[Official Repositories](/docker-hub/official_repos.md): Pull & use high-quality container images provided by Docker.
19
+
*[Official Images](/docker-hub/official_images.md): Pull & use high-quality container images provided by Docker.
20
20
*[Publisher Images](/docker-hub/publish/customer_faq.md): Pull & use high-quality container
21
21
images provided by external vendors. Certified images also include support and guarantee
22
22
compatibility with Docker Enterprise.
@@ -32,17 +32,17 @@ Start by creating an [account](/docker-hub/accounts.md) at [https://hub.docker.c
32
32
> **Note**: You can search for and pull Docker images from Hub without logging
33
33
> in, however to push images or share them with your team, you must log in.
34
34
35
-
## Find & Pull an Official Repositories
35
+
## Find & Pull an Official Image
36
36
37
37
Docker Hub contains a number of [Official
38
38
Repositories](http://hub.docker.com/explore/). These are curated repositories from vendors and contributors to Docker. They contain Docker images from vendors like Canonical, Oracle, and Elastic that you can use as the basis to build your applications and services.
39
39
40
-
With Official Repositories you know you're using an optimized and
40
+
With Official Images you know you're using an optimized and
41
41
up-to-date image that was built by experts to power your applications.
42
42
43
-
> **Note**: If you would like to contribute an Official Repository for your
43
+
> **Note**: If you would like to contribute an Official Image for your
44
44
> organization or product, see the documentation on
45
-
> [Official Repositories on Docker Hub](/docker-hub/official_repos.md) for more
45
+
> [Official Images on Docker Hub](/docker-hub/official_images.md) for more
46
46
> information.
47
47
48
48
## Create your first repository and push an image to it
Copy file name to clipboardexpand all lines: docker-hub/publish/certify-images.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ You must use the tool, `inspectDockerImage`, to certify your content for publica
22
22
23
23
The `inspectDockerImage` tool does the following:
24
24
25
-
- Verifies that the Docker image was built from an image in the [Docker Official Repository](https://github.com/docker-library/repo-info/tree/master/repos)
25
+
- Verifies that the Docker image was built from an image in the [Docker Official Image](https://github.com/docker-library/repo-info/tree/master/repos)
26
26
27
27
- Inspects the Docker image for a Health Check. Although a Health Check is not required, it is recommended.
0 commit comments