mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
## Description Fixes a typo in the What's next page description by changing "hep" to "help". ## Related issues or tickets N/A ## Reviews Docs-only, single-file change aligned with CONTRIBUTING.md general guidelines. Validation/testing: not run locally; no behavior change. - [ ] Technical review - [x] Editorial review - [ ] Product review Co-authored-by: rohan436 <rohan.santhoshkumar@googlemail.com>
3.8 KiB
3.8 KiB
title, keywords, description, aliases, summary, notoc, weight, the-basics, building-images, running-containers
| title | keywords | description | aliases | summary | notoc | weight | the-basics | building-images | running-containers | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| What's next | concepts, build, images, container, docker desktop | Explore step-by-step guides to help you understand core Docker concepts, building images, and running containers. |
|
Now that you have set up Docker Desktop, developed with containers, and built and pushed your first image, you are ready to take the next step and dive deep into what a container is and how it works. | true | 4 |
|
|
|
The following sections provide step-by-step guides to help you understand core Docker concepts, building images, and running containers.
The basics
Get started learning the core concepts of containers, images, registries, and Docker Compose.
{{< grid items="the-basics" >}}
Building images
Craft optimized container images with Dockerfiles, build cache, and multi-stage builds.
{{< grid items="building-images" >}}
Running containers
Master essential techniques for exposing ports, overriding defaults, persisting data, sharing files, and managing multi-container applications.
{{< grid items="running-containers" >}}