moby--moby/pkg
Brian Goff 8b6132aa15 Merge pull request #18538 from estesp/aufs-whiteout-userns-fix
Skip aufs whiteout files on userns translation to container
2015-12-09 14:47:01 -05:00
..
aaparser check version for docker-default aa profile 2015-11-30 10:18:12 -08:00
ansiescape
archive Skip aufs whiteout files on userns translation to container 2015-12-09 10:11:32 -05:00
blkiodev Add support for blkio read/write bps device 2015-12-04 09:26:03 +08:00
broadcaster
chrootarchive
devicemapper
directory
discovery
filenotify
fileutils
graphdb
homedir
httputils
idtools
integration Merge pull request #18412 from aaronlehmann/runcommand-race 2015-12-03 19:35:04 -08:00
ioutils
jsonlog
jsonmessage Remove redundant check 2015-12-09 17:38:06 +01:00
locker
longpath
mflag
mount This patch adds --tmpfs as a option for mounting tmpfs on directories 2015-12-02 10:06:59 -05:00
namesgenerator add james golick to names generator 2015-11-29 10:40:12 -08:00
nat
parsers Make filtering a linear operation. 2015-12-02 11:12:42 -05:00
pidfile
platform
plugins pkg/plugins/client.go: don't try to encode os decode if it's nil 2015-12-05 02:55:50 -05:00
pools
progressreader
promise
proxy
pubsub Add PubSub topics. 2015-12-02 16:43:49 -05:00
random
reexec
signal
sockets Remove usage of listenbuffer package 2015-11-30 09:04:55 -08:00
stdcopy
streamformatter
stringid
stringutils
symlink
sysinfo Add support for blkio read/write bps device 2015-12-04 09:26:03 +08:00
system
tailfile
tarsum
term
timeoutconn
timeutils
tlsconfig
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!