moby--moby/pkg
Doug Davis e8bbd87ba8 Merge pull request #12888 from jmzwcn/patch-3
`docker images` friendly duration gets unfriendly after a while
2015-05-03 11:09:25 -04:00
..
archive Finally remove our copy of "archive/tar" now that Go 1.4 is the minimum! 2015-05-01 16:01:10 -06:00
broadcastwriter
chrootarchive Merge pull request #12360 from yestin/11601-supplement-tests-part-2 2015-04-14 21:00:12 -04:00
devicemapper
directory
etchosts added documentation for functions 2015-04-15 19:28:01 -07:00
fileutils Add coverage on pkg/fileutils 2015-04-29 16:27:12 +02:00
graphdb trivial: typo cleanup 2015-04-27 13:35:08 -07:00
homedir
httputils Refactor utils/utils, fixes #11923 2015-04-14 01:37:36 +02:00
ioutils Refactor utils/utils, fixes #11923 2015-04-14 01:37:36 +02:00
iptables Fix race in FirewalldInit 2015-05-01 13:35:54 -07:00
jsonlog Small if err cleaning 2015-04-27 21:50:33 +02:00
jsonmessage
listenbuffer Make API server datastructure 2015-04-20 08:13:39 -07:00
mflag Small if err cleaning 2015-04-27 21:50:33 +02:00
mount
namesgenerator Merge pull request #12214 from ahmetalpbalkan/namesgenerator/localrand 2015-04-14 13:10:26 -04:00
parsers Replace json.Unmarshal with json.Decoder().Decode() 2015-04-26 15:02:01 +02:00
pidfile Remove engine mechanism 2015-04-30 01:35:16 +02:00
pools
progressreader
promise
proxy
pubsub
reexec
requestdecorator Removed go1.3.3 support 2015-04-20 23:09:08 +02:00
resolvconf Refactor utils/utils, fixes #11923 2015-04-14 01:37:36 +02:00
signal
stdcopy Add some stdcopy_test (coverage) 2015-04-20 22:58:22 +02:00
streamformatter Add minor stylistic fixes 2015-04-16 21:22:32 +02:00
stringid
stringutils Refactor utils/utils, fixes #11923 2015-04-14 01:37:36 +02:00
symlink
sysinfo Merge pull request #12664 from Mashimiao/sysinfo-support-ipv4_forward-check 2015-04-30 11:44:44 -04:00
system Small if err cleaning 2015-04-27 21:50:33 +02:00
systemd
tailfile
tarsum Finally remove our copy of "archive/tar" now that Go 1.4 is the minimum! 2015-05-01 16:01:10 -06:00
term trivial: typo cleanup 2015-04-27 13:35:08 -07:00
timeoutconn Small if err cleaning 2015-04-27 21:50:33 +02:00
timeutils
truncindex
ulimit
units Merge pull request #12888 from jmzwcn/patch-3 2015-05-03 11:09:25 -04:00
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!