Skip to content

Latest commit

 

History

History
152 lines (144 loc) · 6.93 KB

landing.md

File metadata and controls

152 lines (144 loc) · 6.93 KB
description keywords landing title notoc
Home page for Docker's documentation
Docker, documentation, manual, guide, reference, api
true
Docker Documentation
true

Docker packages your app with its dependencies, freeing you from worrying about your system configuration, and making your app more portable.

{% capture basics %} ### Learn the basics of Docker

The basic tutorial introduces Docker concepts, tools, and commands. The examples show you how to build, push, and pull Docker images, and run them as containers. This tutorial stops short of teaching you how to deploy applications. {% endcapture %}{{ basics | markdownify }}

{% capture apps %}

Define and deploy applications

The define-and-deploy tutorial shows how to relate containers to each other and define them as services in an application that is ready to deploy at scale in a production environment. Highlights Compose Version 3 new features and swarm mode. {% endcapture %}{{ apps | markdownify }}

{% capture basics %}[Start the basic tutorial](/engine/getstarted/){: class="button primary-btn"}{% endcapture %}{{ basics | markdownify }} {% capture apps %}[Start the application tutorial](/engine/getstarted-voting-app/){: class="button primary-btn"}{% endcapture %}{{ apps | markdownify }}

Components

Components

A native application using the macOS sandbox security model which delivers all Docker tools to your Mac.

A native Windows application which delivers all Docker tools to your Windows computer.

Install Docker on a computer which already has a Linux distribution installed.

Docker Engine

Create Docker images and run Docker containers. As of v1.12.0, Engine includes swarm mode container orchestration features.

Docker Engine

A hosted service for building, testing, and deploying Docker images to your hosts.

Docker Universal Control Plane

(UCP) Manage a cluster of on-premises Docker hosts as if they were a single machine.

Docker Compose

Define applications built using multiple containers.

Docker Hub

A hosted registry service for managing and building images.

Docker Trusted Registry

(DTR) stores and signs your images.

Docker Machine

Automate container provisioning on your network or in the cloud. Available for Windows, macOS, or Linux.