Skip to content

Commit 8329844

Browse files
authored
ENGDOCS-2190 (#20691)
1 parent 089bff1 commit 8329844

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

content/get-started/_index.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ description: Get started with Docker
55
notoc: true
66

77
get-started:
8-
- title: Docker overview
8+
- title: Get Docker
9+
description: Choose the best installation path for your setup.
10+
icon: download
11+
- title: What is Docker?
912
description: Learn about the Docker platform.
1013
link: /get-started/docker-overview/
1114
icon: summarize
15+
get-started2:
1216
- title: Introduction
1317
description: Get started with the basics and the benefits of containerizing your applications.
1418
link: /get-started/introduction/
@@ -23,10 +27,18 @@ get-started:
2327
icon: desk
2428
---
2529

26-
This section contains guides to help you get started and learn how Docker can optimize your development workflows. For more advanced concepts and scenarios in Docker, see [Guides](/guides/).
30+
If you're new to Docker, this section guides you through the essential resources to get started.
31+
32+
Follow the guides to help you get started and learn how Docker can optimize your development workflows.
33+
34+
For more advanced concepts and scenarios in Docker, see [Guides](/guides/).
2735

2836
## Foundations of Docker
2937

30-
Get started learning the foundational concepts and workflows of Docker.
38+
Install Docker and jump into discovering what Docker is.
39+
40+
{{< grid items="get-started" >}}
41+
42+
Learn the foundational concepts and workflows of Docker.
3143

32-
{{< grid items="get-started" >}}
44+
{{< grid items="get-started2" >}}

content/get-started/docker-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Get an in-depth overview of the Docker platform including what it c
44
keywords: what is a docker, docker daemon, why use docker, docker architecture, what
55
to use docker for, docker client, what is docker for, why docker, uses for docker,
66
what is docker container used for, what are docker containers used for
7-
title: Docker overview
7+
title: What is Docker?
88
aliases:
99
- /introduction/understanding-docker/
1010
- /engine/userguide/basics/

data/toc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Get started:
33
path: /get-started/
44
- title: Get Docker
55
path: /get-started/get-docker/
6-
- title: Docker overview
6+
- title: What is Docker?
77
path: /get-started/docker-overview/
88
- sectiontitle: "Introduction"
99
section:

0 commit comments

Comments
 (0)