moby--moby/pkg
Michael Crosby 36dd124b16 Add env var to toggle pivot root or ms_move
Use the  DOCKER_RAMDISK env var to tell the native driver not to use
a pivot root when setting up the rootfs of a container.
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
2014-03-06 19:30:52 -08:00
..
cgroups
collections
graphdb runtime: Fix unique constraint error checks 2014-03-03 15:10:52 +01:00
iptables
libcontainer Add env var to toggle pivot root or ms_move 2014-03-06 19:30:52 -08:00
listenbuffer
mflag fix panic with only long flags or only one deprecatd 2014-03-05 19:45:57 +00:00
mount
namesgenerator
netlink
opts
proxy
sysinfo
system Create pkg/system and move stuff there from archive 2014-03-05 14:05:32 +01:00
systemd
term
user
version
README.md

README.md

pkg/ is a collection of utility packages used by the Docker project without being specific to its internals.

Utility packages are kept separate from the docker core codebase to keep it as small and concise as possible. If some utilities grow larger and their APIs stabilize, they may be moved to their own repository under the Docker organization, to facilitate re-use by other projects. However that is not the priority.

The directory pkg is named after the same directory in the camlistore project. Since Brad is a core Go maintainer, we thought it made sense to copy his methods for organizing Go code :) Thanks Brad!

Because utility packages are small and neatly separated from the rest of the codebase, they are a good place to start for aspiring maintainers and contributors. Get in touch if you want to help maintain them!