moby--moby/pkg
Alexander Morozov ce0457a2c9 Merge pull request #16818 from runcom/rmi-perf
graph: add parent img refcount for faster rmi
2015-10-07 10:45:49 -07:00
..
ansiescape
archive Merge pull request #16490 from Microsoft/10662-mtimefix 2015-10-02 12:06:03 -07:00
broadcastwriter
chrootarchive Windows: Fix long path handling for docker build 2015-09-15 10:58:11 -07:00
devicemapper devmapper: Implement deferred deletion functionality 2015-10-06 17:37:21 -04:00
directory Windows: Fix long path handling for docker build 2015-09-15 10:58:11 -07:00
discovery Remove use of testify mock and testify vendored lib 2015-10-05 08:43:34 +02:00
fileutils Windows: Fix warning on info 2015-09-18 13:39:12 -07:00
graphdb
homedir
httputils
integration Fix TestDockerCmd*Timeout racey tests 2015-09-29 14:50:22 +02:00
ioutils Abstract builder and implement server-side dockerfile builder 2015-10-06 19:10:19 -04:00
jsonlog
jsonmessage Revert "Merge pull request #16228 from duglin/ContextualizeEvents" 2015-09-29 14:26:51 -04:00
listenbuffer
longpath Windows: Fixing longpath hanlding of UNC paths. 2015-09-30 19:36:08 -07:00
mflag bump libcontainer to 902c012e85cdae6bb68d8c7a0df69a42f818ce96 2015-10-06 17:55:09 +02:00
mount
namesgenerator Merge pull request #16367 from Morgy93/names-generator 2015-10-02 11:29:09 -07:00
nat
parsers Validate --cpuset-cpus, --cpuset-mems 2015-09-27 16:38:58 +02:00
pidfile
plugins Merge pull request #16494 from calavera/fix_plugin_url_scheme 2015-09-23 16:18:00 -07:00
pools
progressreader
promise
proxy
pubsub
random
reexec
signal
sockets
stdcopy Add StdCopy happy path test: both reading and writing 2015-09-23 17:27:32 +02:00
streamformatter
stringid
stringutils
symlink Windows: Fix long path handling for docker build 2015-09-15 10:58:11 -07:00
sysinfo Validate --cpuset-cpus, --cpuset-mems 2015-09-27 16:38:58 +02:00
system Fixed file modified time not changing on Windows 2015-10-01 10:45:32 -07:00
tailfile
tarsum
term Remove unused variable, fix #16310 2015-09-15 22:20:10 +02:00
timeoutconn
timeutils
tlsconfig
truncindex graph: add parent img refcount for faster rmi 2015-10-07 19:09:44 +02:00
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!