diff --git a/_data/toc.yaml b/_data/toc.yaml index 1b73e7d9be..15fbf4ff3d 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -56,11 +56,11 @@ guides: - path: /get-started/what-is-a-container/ title: What is a container? - path: /get-started/run-your-own-container/ - title: Run your own container + title: How do I run a container? - path: /get-started/run-docker-hub-images/ title: Run Docker Hub images - path: /get-started/publish-your-own-image/ - title: Publish your own image + title: Publish your images - sectiontitle: Language-specific guides section: - path: /language/ diff --git a/get-started/hands-on-overview.md b/get-started/hands-on-overview.md index 13757f1af4..9c51f1ee00 100644 --- a/get-started/hands-on-overview.md +++ b/get-started/hands-on-overview.md @@ -22,7 +22,7 @@ Use the resources in this section to learn Docker concepts by using Docker Deskt
run your own container
-

Run your own container

+

How do I run a container?

@@ -41,7 +41,7 @@ Use the resources in this section to learn Docker concepts by using Docker Deskt
publish your own image
-

Publish your own image

+

Publish your images

diff --git a/get-started/publish-your-own-image.md b/get-started/publish-your-own-image.md index 8861704eaf..4334fffd4d 100644 --- a/get-started/publish-your-own-image.md +++ b/get-started/publish-your-own-image.md @@ -1,5 +1,5 @@ --- -title: Publish your own image +title: Publish your images keywords: get started, quick start, intro, concepts description: Learn how to publish your own images --- diff --git a/get-started/run-docker-hub-images.md b/get-started/run-docker-hub-images.md index f32d944b73..c60203ab42 100644 --- a/get-started/run-docker-hub-images.md +++ b/get-started/run-docker-hub-images.md @@ -32,4 +32,4 @@ That's it! The container is ready to use. Go to the **Containers** tab in Docker In this guide, you ran someone else's image from Docker Hub. Continue to the next guide to learn how you can publish your own image to Docker Hub. -[Publish your own image](./publish-your-own-image.md){: .button .primary-btn} \ No newline at end of file +[Publish your images](./publish-your-own-image.md){: .button .primary-btn} \ No newline at end of file diff --git a/get-started/run-your-own-container.md b/get-started/run-your-own-container.md index 70c93e589b..7f7c5e5414 100644 --- a/get-started/run-your-own-container.md +++ b/get-started/run-your-own-container.md @@ -1,5 +1,5 @@ --- -title: Run your own container +title: How do I run a container? keywords: get started, quick start, intro, concepts description: Learn how to run a container from scratch ---