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 Merge pull request #11099 from iavael/bugfix/tar-symlinks 2015-04-01 18:34:00 -04:00
broadcastwriter pkg/broadcastwriter: reset after 4 KB w/o stream 2015-04-01 01:26:19 +03:00
chrootarchive
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 pkg/jsonlog: add JSONLogBytes for low allocations 2015-04-01 01:02:18 +03:00
jsonmessage
listenbuffer
mflag Refactor utils/flags.go, fixes #11892 2015-03-29 03:22:46 +02:00
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 Fix progress reader output on close 2015-03-31 13:17:25 -07:00
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 Add some documentation to pkg/system 2015-03-31 12:00:33 -07:00
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!