Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
Go to file
Victor Vieux 27ca0c225a Merge branch '1582_fix_volume_content' of https://github.com/griff/docker into griff-1582_fix_volume_content 2013-09-10 16:52:46 +00:00
auth Login against private registry 2013-09-03 20:45:49 +02:00
contrib Merge pull request #1665 from dotcloud/ksid-contrib-maintainer 2013-08-30 17:07:03 -07:00
docker only os.Exits on error 2013-09-09 21:26:35 +00:00
docs Merge pull request #1796 from shin-/api_1_5 2013-09-09 16:58:54 -07:00
hack Update roadmap 2013-09-06 14:48:06 -07:00
library Add GitHub usernames to MAINTAINERS 2013-08-09 21:16:44 -04:00
packaging Start docker after lxc-net to prevent ip forwarding race 2013-08-26 09:43:49 -05:00
registry Login against private registry 2013-09-03 20:45:49 +02:00
term Fix syscall name. 2013-08-29 11:46:42 -07:00
testing testing, issue #1620: Add index functional test on docker-ci 2013-09-03 15:38:06 -07:00
utils only os.Exits on error 2013-09-09 21:26:35 +00:00
.gitignore gitignore all test files 2013-08-10 13:48:24 -04:00
.mailmap Update AUTHORS 2013-08-09 20:09:42 -04:00
AUTHORS add Martin Redmond to AUTHORS 2013-09-09 22:19:28 +00:00
CHANGELOG.md Bump to v0.6.1 2013-08-23 22:23:30 +00:00
CONTRIBUTING.md Update for new mailing list 2013-08-24 10:26:54 -07:00
Dockerfile Update tar pkg revision number 2013-09-03 18:30:32 +00:00
FIXME Merge branch 'master' into simpler-build-upload 2013-06-19 18:48:19 -07:00
LICENSE Docker is now licensed under the Apache 2.0 license 2013-02-18 09:56:20 -08:00
MAINTAINERS Add GitHub usernames to MAINTAINERS 2013-08-09 21:16:44 -04:00
NOTICE Update NOTICE 2013-06-12 15:50:30 -06:00
README.md README: remove original shipping containers 'manifesto'. It's a little long to stay here. 2013-09-06 15:09:40 -07:00
VERSION Merge release 0.6.1 back to master 2013-08-23 22:59:29 +00:00
Vagrantfile deployment, issue #1578: Avoid pinning kernel headers. Add Vagrantfile assumptions 2013-09-04 14:41:09 -07:00
api.go Merge pull request #1796 from shin-/api_1_5 2013-09-09 16:58:54 -07:00
api_params.go Bumped API version in api.go ; added <1.5 behavior to getContainersJSON 2013-09-04 23:41:44 +02:00
api_test.go Merge pull request #1759 from bdon/graph-map 2013-09-10 08:49:11 -07:00
archive.go Fixed typos 2013-08-12 18:53:06 +01:00
archive_test.go Style fixes for fmt + err usage. 2013-07-04 14:33:17 -07:00
buildfile.go Merge pull request #1793 from reds/master 2013-09-09 16:14:59 -07:00
buildfile_test.go From FIXME: local path for ADD 2013-09-05 20:05:36 -04:00
changes.go Made calling changelog before run return empty. Fixes #1705. 2013-08-30 22:46:07 +02:00
commands.go Merge pull request #1796 from shin-/api_1_5 2013-09-09 16:58:54 -07:00
commands_test.go Improve formatting with 'go fmt' as stated in CONTRIBUTING.md 2013-08-27 10:05:25 +02:00
container.go Merge branch '1582_fix_volume_content' of https://github.com/griff/docker into griff-1582_fix_volume_content 2013-09-10 16:52:46 +00:00
container_test.go Merge branch '1582_fix_volume_content' of https://github.com/griff/docker into griff-1582_fix_volume_content 2013-09-10 16:52:46 +00:00
graph.go Merge pull request #1759 from bdon/graph-map 2013-09-10 08:49:11 -07:00
graph_test.go Replace Graph.All with Graph.Map 2013-08-31 20:44:42 -07:00
image.go Merge pull request #1267 from sridatta/new-clean-init 2013-08-05 13:23:22 -07:00
lxc_template.go bind mount /etc/hosts and /etc/hostname 2013-09-09 20:29:57 +00:00
mount.go run auplink before unmounting aufs 2013-06-14 21:38:15 +03:00
mount_darwin.go Moved server and client logic into sub-packages docker/server and docker/client, respectively. The UI is not affected. 2013-02-13 17:10:00 -08:00
mount_linux.go go fmt 2013-02-26 17:26:46 -08:00
network.go Just fixing gofmt issues in other people's code. 2013-08-30 22:02:05 +02:00
network_proxy.go Always stop the opposite goroutine in network_proxy.go (closes #1213) 2013-07-17 01:05:11 -07:00
network_proxy_test.go Add support for UDP (closes #33) 2013-07-09 17:42:35 -07:00
network_test.go Make sure the routes IP are taken into consideration + add unit test for network overlap detection 2013-08-01 18:12:39 -07:00
runtime.go rebase master 2013-09-09 22:11:53 +00:00
runtime_test.go Merge pull request #1759 from bdon/graph-map 2013-09-10 08:49:11 -07:00
server.go Merge pull request #1759 from bdon/graph-map 2013-09-10 08:49:11 -07:00
server_test.go filter image listing using path.Match 2013-09-06 16:16:10 -04:00
sorter.go Sort images by tag name when the creation date is the same. 2013-08-17 22:11:34 -07:00
sorter_test.go Sort images by tag name when the creation date is the same. 2013-08-17 22:11:34 -07:00
state.go Make sure container is not marked as ghost when it starts 2013-07-09 10:48:33 -07:00
sysinit.go bind mount /etc/hosts and /etc/hostname 2013-09-09 20:29:57 +00:00
tags.go Reverse priority of tag lookup in TagStore.GetImage 2013-07-12 23:56:36 +01:00
tags_test.go Simplify unit tests code with mkRuntime() 2013-07-11 17:59:25 -07:00
utils.go Add lxc-conf flag to allow custom lxc options 2013-08-22 16:05:21 +00:00
utils_test.go Merge builder.go into runtime.go 2013-09-06 17:33:05 -07:00
z_final_test.go Fixes #505 - Make sure all output is send on the network before closing 2013-07-24 15:48:51 -07:00

README.md

Docker: the Linux container engine

Docker is an open source project to pack, ship and run any application as a lightweight container

Docker containers are both hardware-agnostic and platform-agnostic. This means that they can run anywhere, from your laptop to the largest EC2 compute instance and everything in between - and they don't require that you use a particular language, framework or packaging system. That makes them great building blocks for deploying and scaling web apps, databases and backend services without depending on a particular stack or provider.

Docker is an open-source implementation of the deployment engine which powers dotCloud, a popular Platform-as-a-Service. It benefits directly from the experience accumulated over several years of large-scale operation and support of hundreds of thousands of applications and databases.

Docker L

Better than VMs

A common method for distributing applications and sandbox their execution is to use virtual machines, or VMs. Typical VM formats are VMWare's vmdk, Oracle Virtualbox's vdi, and Amazon EC2's ami. In theory these formats should allow every developer to automatically package their application into a "machine" for easy distribution and deployment. In practice, that almost never happens, for a few reasons:

  • Size: VMs are very large which makes them impractical to store and transfer.
  • Performance: running VMs consumes significant CPU and memory, which makes them impractical in many scenarios, for example local development of multi-tier applications, and large-scale deployment of cpu and memory-intensive applications on large numbers of machines.
  • Portability: competing VM environments don't play well with each other. Although conversion tools do exist, they are limited and add even more overhead.
  • Hardware-centric: VMs were designed with machine operators in mind, not software developers. As a result, they offer very limited tooling for what developers need most: building, testing and running their software. For example, VMs offer no facilities for application versioning, monitoring, configuration, logging or service discovery.

By contrast, Docker relies on a different sandboxing method known as containerization. Unlike traditional virtualization, containerization takes place at the kernel level. Most modern operating system kernels now support the primitives necessary for containerization, including Linux with openvz, vserver and more recently lxc, Solaris with zones and FreeBSD with Jails.

Docker builds on top of these low-level primitives to offer developers a portable format and runtime environment that solves all 4 problems. Docker containers are small (and their transfer can be optimized with layers), they have basically zero memory and cpu overhead, they are completely portable and are designed from the ground up with an application-centric design.

The best part: because docker operates at the OS level, it can still be run inside a VM!

Plays well with others

Docker does not require that you buy into a particular programming language, framework, packaging system or configuration language.

Is your application a Unix process? Does it use files, tcp connections, environment variables, standard Unix streams and command-line arguments as inputs and outputs? Then docker can run it.

Can your application's build be expressed as a sequence of such commands? Then docker can build it.

Escape dependency hell

A common problem for developers is the difficulty of managing all their application's dependencies in a simple and automated way.

This is usually difficult for several reasons:

  • Cross-platform dependencies. Modern applications often depend on a combination of system libraries and binaries, language-specific packages, framework-specific modules, internal components developed for another project, etc. These dependencies live in different "worlds" and require different tools - these tools typically don't work well with each other, requiring awkward custom integrations.

  • Conflicting dependencies. Different applications may depend on different versions of the same dependency. Packaging tools handle these situations with various degrees of ease - but they all handle them in different and incompatible ways, which again forces the developer to do extra work.

  • Custom dependencies. A developer may need to prepare a custom version of their application's dependency. Some packaging systems can handle custom versions of a dependency, others can't - and all of them handle it differently.

Docker solves dependency hell by giving the developer a simple way to express all their application's dependencies in one place, and streamline the process of assembling them. If this makes you think of XKCD 927, don't worry. Docker doesn't replace your favorite packaging systems. It simply orchestrates their use in a simple and repeatable way. How does it do that? With layers.

Docker defines a build as running a sequence of Unix commands, one after the other, in the same container. Build commands modify the contents of the container (usually by installing new files on the filesystem), the next command modifies it some more, etc. Since each build command inherits the result of the previous commands, the order in which the commands are executed expresses dependencies.

Here's a typical Docker build process:

from ubuntu:12.10
run apt-get update
run DEBIAN_FRONTEND=noninteractive apt-get install -q -y python
run DEBIAN_FRONTEND=noninteractive apt-get install -q -y python-pip
run pip install django
run DEBIAN_FRONTEND=noninteractive apt-get install -q -y curl
run curl -L https://github.com/shykes/helloflask/archive/master.tar.gz | tar -xzv
run cd helloflask-master && pip install -r requirements.txt

Note that Docker doesn't care how dependencies are built - as long as they can be built by running a Unix command in a container.

Getting started

Docker can be installed on your local machine as well as servers - both bare metal and virtualized. It is available as a binary on most modern Linux systems, or as a VM on Windows, Mac and other systems.

We also offer an interactive tutorial for quickly learning the basics of using Docker.

For up-to-date install instructions and online tutorials, see the Getting Started page.

Usage examples

Docker can be used to run short-lived commands, long-running daemons (app servers, databases etc.), interactive shell sessions, etc.

You can find a list of real-world examples in the documentation.

Under the hood

Under the hood, Docker is built on the following components:

  • The cgroup and namespacing capabilities of the Linux kernel;
  • AUFS, a powerful union filesystem with copy-on-write capabilities;
  • The Go programming language;
  • lxc, a set of convenience scripts to simplify the creation of Linux containers.

Contributing to Docker

Want to hack on Docker? Awesome! There are instructions to get you started here.

They are probably not perfect, please let us know if anything feels wrong or incomplete.

Transfers of Docker shall be in accordance with applicable export controls of any country and all other applicable legal requirements. Docker shall not be distributed or downloaded to or in Cuba, Iran, North Korea, Sudan or Syria and shall not be distributed or downloaded to any person on the Denied Persons List administered by the U.S. Department of Commerce.