Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 16 additions & 4 deletions content/get-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ description: Get started with Docker
notoc: true

get-started:
- title: Docker overview
- title: Get Docker
description: Choose the best installation path for your setup.
icon: download
- title: What is Docker?
description: Learn about the Docker platform.
link: /get-started/docker-overview/
icon: summarize
get-started2:
- title: Introduction
description: Get started with the basics and the benefits of containerizing your applications.
link: /get-started/introduction/
Expand All @@ -23,10 +27,18 @@ get-started:
icon: desk
---

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/).
If you're new to Docker, this section guides you through the essential resources to get started.

Follow the 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/).

## Foundations of Docker

Get started learning the foundational concepts and workflows of Docker.
Install Docker and jump into discovering what Docker is.

{{< grid items="get-started" >}}

Learn the foundational concepts and workflows of Docker.

{{< grid items="get-started" >}}
{{< grid items="get-started2" >}}
2 changes: 1 addition & 1 deletion content/get-started/docker-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Get an in-depth overview of the Docker platform including what it c
keywords: what is a docker, docker daemon, why use docker, docker architecture, what
to use docker for, docker client, what is docker for, why docker, uses for docker,
what is docker container used for, what are docker containers used for
title: Docker overview
title: What is Docker?
aliases:
- /introduction/understanding-docker/
- /engine/userguide/basics/
Expand Down
2 changes: 1 addition & 1 deletion data/toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Get started:
path: /get-started/
- title: Get Docker
path: /get-started/get-docker/
- title: Docker overview
- title: What is Docker?
path: /get-started/docker-overview/
- sectiontitle: "Introduction"
section:
Expand Down