Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.29 KB

index.rst

File metadata and controls

34 lines (27 loc) · 1.29 KB
title:Docker Documentation
description:An overview of the Docker Documentation
keywords:containers, lxc, concepts, explanation

Introduction

docker, the Linux Container Runtime, runs Unix processes with strong guarantees of isolation across servers. Your software runs repeatably everywhere because its :ref:`container_def` includes any dependencies.

docker runs three ways:

Each use of docker is documented here. The features of Docker are currently in active development, so this documentation will change frequently.

For an overview of Docker, please see the Introduction. When you're ready to start working with Docker, we have a quick start and a more in-depth guide to :ref:`ubuntu_linux` and other :ref:`installation_list` paths including prebuilt binaries, Vagrant-created VMs, Rackspace and Amazon instances.

Enough reading! :ref:`Try it out! <running_examples>`