moby--moby/pkg
Simon Eskildsen 67bd859481 listenbuffer: add docs
Signed-off-by: Simon Eskildsen <sirup@sirupsen.com>
2015-03-25 03:11:34 +00:00
..
archive
broadcastwriter
chrootarchive
devicemapper
directory
etchosts
fileutils
graphdb
homedir
httputils
ioutils
iptables
jsonlog
listenbuffer listenbuffer: add docs 2015-03-25 03:11:34 +00:00
mflag
mount
namesgenerator
parsers
pidfile Moved pidfile from utils to pkg 2015-03-24 23:59:32 +01:00
pools
progressreader
promise
proxy
pubsub
reexec
resolvconf Fix #11589 by adding README and comments to exported functions 2015-03-24 17:30:19 +00:00
signal
stdcopy
stringid Refactor pkg/common, Fixes #11599 2015-03-24 18:19:59 +01:00
stringutils Refactor pkg/common, Fixes #11599 2015-03-24 18:19:59 +01:00
symlink
sysinfo
system
systemd
tailfile
tarsum
term
timeoutconn
timeutils
truncindex Refactor pkg/common, Fixes #11599 2015-03-24 18:19:59 +01:00
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!