moby--moby/pkg
Victor Vieux 7ba8788919 Merge pull request #6527 from subhraveti/cap-whitelist
Maintain a whitelist of capabilities rather than droplist
2014-06-19 14:48:38 -07:00
..
dockerscript
graphdb sqlite-3.6.20-1 unique constraint message 2014-06-19 15:24:22 -04:00
iptables
listenbuffer
mflag Fix go vet errors 2014-06-18 17:39:57 +00:00
mount
namesgenerator
networkfs
proxy
signal Guillaume is busy full-time on his new business, and no longer available 2014-06-16 06:22:15 -07:00
symlink
sysinfo Guillaume is busy full-time on his new business, and no longer available 2014-06-16 06:22:15 -07:00
system Merge pull request #6527 from subhraveti/cap-whitelist 2014-06-19 14:48:38 -07:00
systemd
term Guillaume is busy full-time on his new business, and no longer available 2014-06-16 06:22:15 -07:00
testutils
units pkg/units: Add FromHumanSize 2014-06-05 10:02:37 +02:00
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!