2013-08-27 14:29:49 -07:00
|
|
|
:title: Docker Documentation
|
2013-06-28 15:17:06 -07:00
|
|
|
:description: An overview of the Docker Documentation
|
2013-05-15 20:00:20 -07:00
|
|
|
:keywords: containers, lxc, concepts, explanation
|
2013-03-25 19:52:52 -07:00
|
|
|
|
2013-08-27 14:29:49 -07:00
|
|
|
Introduction
|
|
|
|
------------
|
2013-03-25 19:52:52 -07:00
|
|
|
|
2014-01-21 01:36:38 +00:00
|
|
|
Docker is an open-source engine to easily create lightweight, portable,
|
|
|
|
self-sufficient containers from any application. The same container that a
|
|
|
|
developer builds and tests on a laptop can run at scale, in production, on
|
|
|
|
VMs, bare metal, OpenStack clusters, or any major infrastructure provider.
|
2013-05-15 20:00:20 -07:00
|
|
|
|
2014-01-21 01:36:38 +00:00
|
|
|
Common use cases for Docker include:
|
2013-05-15 20:00:20 -07:00
|
|
|
|
2014-01-21 01:36:38 +00:00
|
|
|
- Automating the packaging and deployment of web applications.
|
|
|
|
- Automated testing and continuous integration/deployment.
|
|
|
|
- Deploying and scaling databases and backend services in a service-oriented environment.
|
|
|
|
- Building custom PaaS environments, either from scratch or as an extension of off-the-shelf platforms like OpenShift or Cloud Foundry.
|
2013-05-15 20:00:20 -07:00
|
|
|
|
2014-03-02 13:32:48 -07:00
|
|
|
Please note Docker is currently under heavy development. It should not be used in production (yet).
|
2013-03-28 12:27:37 -07:00
|
|
|
|
2014-01-21 01:36:38 +00:00
|
|
|
For a high-level overview of Docker, please see the `Introduction
|
2013-12-15 03:13:41 -05:00
|
|
|
<http://www.docker.io/learn_more/>`_. When you're ready to start working with
|
2013-06-28 15:17:06 -07:00
|
|
|
Docker, we have a `quick start <http://www.docker.io/gettingstarted>`_
|
|
|
|
and a more in-depth guide to :ref:`ubuntu_linux` and other
|
2013-07-02 16:48:57 -07:00
|
|
|
:ref:`installation_list` paths including prebuilt binaries,
|
2014-02-21 18:07:51 +02:00
|
|
|
Rackspace and Amazon instances.
|
2013-05-15 20:00:20 -07:00
|
|
|
|
2013-06-28 15:17:06 -07:00
|
|
|
Enough reading! :ref:`Try it out! <running_examples>`
|