moby--moby/pkg
Evan Hazlett 9e0a55b48c Merge pull request #12276 from estesp/10246-really-fix-arg-list
Send archive options via pipe in chrootarchive
2015-04-13 14:44:47 -04:00
..
archive Add test on archive.go (#11603) 2015-04-11 23:21:37 +02:00
broadcastwriter
chrootarchive Send archive options via pipe in chrootarchive 2015-04-12 21:16:54 -04:00
devicemapper devmapper: Use a pointer as argument to deferred function UdevWait() 2015-04-02 16:47:14 -04:00
directory
etchosts
fileutils Refactor ultis/utils_daemon, fixes #11908 2015-04-03 20:20:04 +02:00
graphdb
homedir
httputils
ioutils
iptables
jsonlog
jsonmessage
listenbuffer
mflag
mount Add documentation for exported functions and types 2015-04-03 11:33:34 +02:00
namesgenerator namesgenerator: Proposing Kilby/Noyce 2015-04-09 04:11:06 -07:00
parsers
pidfile
pools Remove pools_nopool.go & build tag from pools.go 2015-04-10 02:32:55 +03:00
progressreader
promise
proxy
pubsub
reexec
requestdecorator Fix vet warnings in pkg/requestdecorator/requestdecorator_test.go #12041 2015-04-03 00:18:21 -04:00
resolvconf
signal
stdcopy correct pkg/stdcopy NewStdWriter function comments 2015-04-13 17:21:27 +08:00
streamformatter
stringid
stringutils
symlink
sysinfo
system
systemd
tailfile
tarsum
term Turned off Ctrl+C processing by Windows shell 2015-04-10 15:43:35 -07:00
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!