Home Explore Blog CI



docker

1st chunk of `content/_index.md`
db2b757e8277b9bca4d4a4793001d569a63ca9aab54a3b39000000010000088b
---
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/"

Title: Docker Documentation Home
Summary
This is the homepage for Docker Documentation, which provides links to resources, manuals, and guides for using Docker. It highlights key areas such as Docker Desktop, Engine, Build, Build Cloud, Compose, and Hub, with links to overviews, setup instructions, and release notes for each.