moby--moby/pkg
Michael Crosby 5c12a27838 Merge pull request #5631 from vmarmol/cpuacct-usage
Export cpuacct CPU usage in total cores over the sampled period.
2014-05-06 11:47:55 -07:00
..
apparmor Apply apparmor before restrictions 2014-05-01 19:09:12 -07:00
beam beam: Add simple framing system for UnixConn 2014-05-01 11:06:01 -07:00
cgroups Merge pull request #5631 from vmarmol/cpuacct-usage 2014-05-06 11:47:55 -07:00
collections
dockerscript Fix various MAINTAINERS format inconsistencies 2014-04-30 11:22:11 -06:00
graphdb FIXES #5398: pkg/graphdb build only dependent on cgo tag 2014-04-30 11:57:10 -06:00
iptables
label Update process labels to be set at create not start 2014-04-29 03:40:05 -07:00
libcontainer Merge pull request #5630 from rjnagal/libcontainer-fixes 2014-05-06 09:49:52 -07:00
listenbuffer
mflag
mount
namesgenerator
netlink
networkfs pkg: networkfs: etchosts: fixed tests 2014-05-07 00:42:22 +10:00
proxy
selinux
signal Fix various MAINTAINERS format inconsistencies 2014-04-30 11:22:11 -06:00
sysinfo
system Integrate new structure into docker's native driver 2014-04-30 18:20:01 -07: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!