moby--moby/pkg
unclejack 05cf3498a6 Merge pull request #6128 from crosbymichael/empty-sqlite
Init database if empty file
2014-05-31 06:56:00 +03:00
..
apparmor
beam Use int64 instead of int 2014-05-11 06:23:53 -07:00
dockerscript
graphdb Init database if empty file 2014-05-30 17:44:00 -07:00
iptables use stderr to debug iptables 2014-05-30 19:39:42 +00:00
label
libcontainer Ensure all dev nodes are copied for privileged 2014-05-30 18:39:11 -07:00
listenbuffer
mflag
mount
namesgenerator Improve name generation on concurrent requests 2014-05-23 17:51:16 -07:00
netlink Atomically increment sequence in pkg/netlink 2014-05-30 16:08:29 +04:00
networkfs
proxy
selinux
signal
symlink Fixes 5370 infinite/maxLoopCount loop for relative symlinks 2014-05-16 01:03:11 +02:00
sysinfo Move cgroups package into libcontainer 2014-05-14 15:21:44 -07:00
system Add system.SetKeepCaps and system.ClearKeepCaps 2014-05-28 16:40:36 +02:00
systemd
term
units Move duration and size to units pkg 2014-05-12 17:05:07 -07:00
user Check uid ranges 2014-05-18 20:49:08 +04:00
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!