---
title: Home
description: Docker Documentation is the official Docker library of resources, manuals, and guides to help you containerize applications.
keywords: Docker, documentation, manual, guide, reference, api, samples
grid:
- title: Docker Desktop
icon: computer
description: |
Manage containers, applications, and images directly from your machine.
links:
- text: "Overview"
url: "/desktop/"
- text: "Explore Docker Desktop"
url: "/desktop/use-desktop/"
- text: "Release notes"
url: "/desktop/release-notes/"
- title: Docker Engine
icon: developer_board
description: |
The definitive open source container client and runtime.
links:
- text: "Overview"
url: "/engine/"
- text: "Install"
url: "/engine/install/"
- text: "Release notes"
url: "/engine/release-notes/"
- title: Docker Build
icon: build
description: |
Package, test, and ship your applications.
links:
- text: "Overview"
url: "/build/"
- text: "Packaging your software"
url: "/build/building/packaging/"
- text: "Release notes"
url: "/build/release-notes/"
- title: Docker Build Cloud
icon: cloud
description: |
Run your builds in the cloud.
links:
- text: "Overview"
url: "/build-cloud/"
- text: "Setup"
url: "/build-cloud/setup/"
- text: "Release notes"
url: "/build-cloud/release-notes/"
- title: Docker Compose
icon: polyline
description: |
Define and run multi-container applications with Docker.
links:
- text: "Overview"
url: "/compose/"
- text: "Try Docker Compose"
url: "/compose/gettingstarted/"
- text: "Release notes"
url: "/compose/releases/release-notes/"
- title: Docker Hub
icon: device_hub
description: |
Find and share container images and other artifacts.
links:
- text: "Overview"
url: "/docker-hub/"
- text: "Create an account"
url: "/accounts/create-account/"
- text: "Create a repository"
url: "/docker-hub/repos/create/"