moby--moby/pkg
Ahmet Alp Balkan 197ec4a637 namesgenerator: Proposing Kilby/Noyce
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
2015-04-09 04:11:06 -07:00
..
archive
broadcastwriter
chrootarchive
devicemapper
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
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
streamformatter
stringid
stringutils
symlink
sysinfo
system
systemd
tailfile
tarsum
term Swap width/height in GetWinsize and monitorTtySize 2015-04-06 14:31:42 -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!