Skip to content

Latest commit

 

History

History
148 lines (139 loc) · 6.69 KB

index.md

File metadata and controls

148 lines (139 loc) · 6.69 KB
description keywords landing title notoc
Home page for Docker's documentation
Docker, documentation, manual, guide, reference, api, samples
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 Docker basics

Get started learning 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 basics %}Start the basic tutorial{: class="button outline-btn"}{% endcapture %}{{ basics | markdownify }}

{% capture apps %} ### Define and deploy apps in Swarm Mode

Learn how to relate containers to each other, define them as services, and configure an application stack ready to deploy at scale in a production environment. Highlights Compose Version 3 new features and swarm mode. {% endcapture %}{{ apps | markdownify }} {% capture apps %}Start the application tutorial{: class="button outline-btn"}{% endcapture %}{{ apps | markdownify }}

Products

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

(UCP) Manage a cluster of on-premise Docker hosts like a single machine with this enterprise product.

(DTR) An enterprise image storage solution you can install behind a firewall to manage images and access.

Tools

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.

Platform matrix and superset of installers for Docker for desktops, servers, or cloud providers.

Define application stacks built using multiple containers, services, and swarm configurations.

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