update walkthrough titles (#17000)

This commit is contained in:
Craig Osterhout 2023-03-29 07:03:44 -07:00 committed by GitHub
parent de5f9f1706
commit 2bb5109710
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View File

@ -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/

View File

@ -22,7 +22,7 @@ Use the resources in this section to learn Docker concepts by using Docker Deskt
<div class="component-icon">
<a href="/get-started/run-your-own-container/"><img src="/assets/images/build-frontends.svg" alt="run your own container" width="70" height="70"></a>
</div>
<h2 id="run-your-own-container"><a href="/get-started/run-your-own-container">Run your own container</a></h2>
<h2 id="run-your-own-container"><a href="/get-started/run-your-own-container">How do I run a container?</a></h2>
</div>
</div>
</div>
@ -41,7 +41,7 @@ Use the resources in this section to learn Docker concepts by using Docker Deskt
<div class="component-icon">
<a href="/get-started/publish-your-own-image/"><img src="/assets/images/arrow-up.svg" alt="publish your own image" width="70" height="70"></a>
</div>
<h2 id="publish-your-own-image"><a href="/get-started/publish-your-own-image/">Publish your own image</a></h2>
<h2 id="publish-your-own-image"><a href="/get-started/publish-your-own-image/">Publish your images</a></h2>
</div>
</div>
</div>

View File

@ -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
---

View File

@ -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}
[Publish your images](./publish-your-own-image.md){: .button .primary-btn}

View File

@ -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
---