Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
Go to file
Solomon Hykes e37dcd726f Hack: use vendored dependencies in-place, for less moving parts when developing 2013-09-09 15:05:25 -07:00
auth load authConfig only when needed and fix useless WARNING 2013-08-19 11:42:38 +00:00
contrib Merge pull request #1665 from dotcloud/ksid-contrib-maintainer 2013-08-30 17:07:03 -07:00
docker Improve formatting with 'go fmt' as stated in CONTRIBUTING.md 2013-08-27 10:05:25 +02:00
docs Add Swiftype search to docs 2013-09-06 13:34:24 -07:00
hack Hack: we no longer need to generate test binaries. 2013-09-08 18:45:23 -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 registry: removing opaqueRequest 2013-08-16 19:33:59 +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 Compute dependency graph and upload layers in the right order when pushing 2013-09-04 02:21:40 +02:00
.gitignore gitignore: ignore bundles directory 2013-09-07 17:35:49 -07:00
.mailmap Update AUTHORS 2013-08-09 20:09:42 -04:00
AUTHORS Add 2 missing cli commands to docs (events + insert) and alphabetically order docker output 2013-09-03 16:35:22 +02: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 Hack: use vendored dependencies in-place, for less moving parts when developing 2013-09-09 15:05:25 -07: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 #1810 from dotcloud/1798-inspect-fix 2013-09-05 17:17:09 -07:00
api_params.go Add warning when net.ipv4.ip_forwarding = 0 2013-08-07 18:28:39 -04:00
api_test.go testing, issue #1802: Temporarily skip TestGetContainersTop 2013-09-04 18:20:49 -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
builder.go fix entrypoint without cmd 2013-08-05 09:07:03 -05:00
buildfile.go Use additional decorator in RequestFactory to pass meta headers to registry 2013-08-23 22:16:03 +00:00
buildfile_test.go Add USER instruction 2013-08-13 12:02:17 +00:00
changes.go Made calling changelog before run return empty. Fixes #1705. 2013-08-30 22:46:07 +02:00
commands.go Detect images/containers conflicts in docker inspect 2013-09-05 22:31:17 +00:00
commands_test.go Improve formatting with 'go fmt' as stated in CONTRIBUTING.md 2013-08-27 10:05:25 +02:00
container.go add TEST env var during tests and silenced parserun during tests 2013-08-29 22:55:29 +00:00
container_test.go Made calling changelog before run return empty. Fixes #1705. 2013-08-30 22:46:07 +02:00
graph.go Fix Graph ByParent() to generate list of child images per parent image. 2013-08-11 00:37:16 -07:00
graph_test.go Add test case for Graph ByParent(). 2013-08-11 01:24:21 -07:00
image.go Merge pull request #1267 from sridatta/new-clean-init 2013-08-05 13:23:22 -07:00
lxc_template.go Add lxc-conf flag to allow custom lxc options 2013-08-22 16:05:21 +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 Make sure 'Ghost' container is available with allocated IP 2013-08-21 22:37:58 +08: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 remove message during tests 2013-08-29 22:59:34 +00:00
runtime_test.go use init function 2013-08-29 22:55:29 +00:00
server.go Compute dependency graph and upload layers in the right order when pushing 2013-09-04 02:21:40 +02:00
server_test.go testing, issue #1431: Temporarely disable TestContainerTop from the testsuite 2013-08-16 14:47:39 -07: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 Improve formatting with 'go fmt' as stated in CONTRIBUTING.md 2013-08-27 10:05:25 +02: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 Add lxc-conf flag to allow custom lxc options 2013-08-22 16:05:21 +00: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.