mirror of https://github.com/docker/docs.git
20 lines
732 B
Markdown
20 lines
732 B
Markdown
---
|
|
title: Getting started
|
|
keywords: get started, getting started, how to get started
|
|
description: Get started with Docker. You'll learn about Docker Desktop, developing with Docker, as well as how to build and push your first image.
|
|
aliases:
|
|
- /get-started/
|
|
---
|
|
|
|
This getting started guide is a series of quick topics that show you how to:
|
|
|
|
* Install Docker Desktop
|
|
* Develop with containers
|
|
* Build and push your first image
|
|
|
|
By the end of this guide, you'll have hands-on experience using Docker Desktop
|
|
and a better understanding of the benefits of containerizing your applications.
|
|
|
|
Get started by installing Docker Desktop and running your first container.
|
|
|
|
{{< button text="Get Docker Desktop" url="get-docker-desktop.md" >}} |