moby--moby/pkg
Arnaud Porterie b6ac111abf Merge pull request #9882 from ibuildthecloud/labels
Proposal: One Meta Data to Rule Them All => Labels
2015-03-16 20:20:05 -07:00
..
archive Make utils_daemon and volumes cross-platform compileable. 2015-03-16 11:46:07 +01:00
broadcastwriter
chrootarchive
common
devicemapper
directory Makes directory pkg compilable on Windows. 2015-03-12 15:54:22 +01:00
fileutils
graphdb
homedir
httputils
ioutils
iptables fix various problems with iptables.Exists 2015-03-16 17:14:45 -04:00
jsonlog
listenbuffer
mflag Make use of %USERPROFILE% in cli help message 2015-03-11 02:14:49 -07:00
mount
namesgenerator
networkfs Add warning for --dns flag set to localhost addresses. 2015-03-10 14:43:17 -04:00
parsers Set labels on container create 2015-03-13 10:02:04 -07:00
pools
progressreader Remove import to utils in progressreader 2015-03-11 00:50:27 -07:00
promise
proxy
pubsub
reexec Fix relative path execution of docker daemon in reexec.Self() 2015-03-16 16:52:00 -04:00
signal
stdcopy
symlink
sysinfo fix warning messages 2015-03-11 08:47:45 +08:00
system Make utils_daemon and volumes cross-platform compileable. 2015-03-16 11:46:07 +01:00
systemd
tailfile
tarsum
term
testutils
timeoutconn
timeutils
truncindex
ulimit
units
urlutil
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!