moby--moby/pkg
Lei Jitang 57d12a0e0a Add bridge-nf-call-iptables/bridge-nf-call-ipv6tables to docker info
Signed-off-by: Lei Jitang <leijitang@huawei.com>
2015-06-17 09:19:11 +08:00
..
archive linting changes 2015-06-17 01:16:57 +03:00
broadcastwriter
chrootarchive linting changes 2015-06-17 01:16:57 +03:00
devicemapper
directory
fileutils linting changes 2015-06-17 01:16:57 +03:00
graphdb linting changes 2015-06-17 01:16:57 +03:00
homedir
httputils linting changes 2015-06-17 01:16:57 +03:00
ioutils
jsonlog
jsonmessage Add test coverage to pkg/jsonmessage 2015-06-02 21:19:38 +02:00
listenbuffer linting changes 2015-06-17 01:16:57 +03:00
mflag
mount
namesgenerator Proposing Bose, Raman and Ramanujan 2015-05-30 04:14:11 +05:30
parsers
pidfile
plugins Don't forget to clenaup tmpdir in TestFileSpecPlugin() 2015-06-04 21:26:15 +08:00
pools
progressreader
promise
proxy
pubsub Fix send on closed channel bug 2015-06-12 15:42:34 +08:00
random
reexec
signal
sockets Refactor TLS code with a new `tlsconfig` package 2015-06-05 12:38:38 -04:00
stdcopy
streamformatter
stringid
stringutils
symlink
sysinfo Add bridge-nf-call-iptables/bridge-nf-call-ipv6tables to docker info 2015-06-17 09:19:11 +08:00
system Merge pull request #12833 from burke/faster-changes 2015-06-12 17:05:34 -07:00
systemd
tailfile
tarsum Carry of PR #13520 2015-06-13 09:27:30 -07:00
term
timeoutconn
timeutils Merge pull request #13165 from ahmetalpbalkan/durations 2015-06-03 22:14:42 +02:00
tlsconfig Refactor TLS code with a new `tlsconfig` package 2015-06-05 12:38:38 -04:00
transport
truncindex
ulimit
units
urlutil
useragent
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!