moby--moby/pkg
Arnaud Porterie bce3e761c0 Merge pull request #13161 from calavera/plugin_discovery
Proposal: Volume refactor and external volume plugins
2015-05-23 18:44:18 -07:00
..
archive Windows: Archive package changes for Windows daemon 2015-05-20 08:55:54 -07:00
broadcastwriter
chrootarchive
devicemapper
directory
fileutils
graphdb
homedir
httputils
ioutils fix to gccgo compilation error 2015-05-14 16:28:23 +00:00
jsonlog Make sure log pipes are closed 2015-05-12 13:50:51 -04:00
jsonmessage
listenbuffer
mflag Fix panic when using default-initialized FlagSet 2015-05-18 11:55:38 +02:00
mount
namesgenerator Use goroutine-safe version of rand.Source 2015-05-19 12:32:40 -07:00
parsers Merge pull request #13099 from Microsoft/10662-pkgparsers 2015-05-12 16:07:43 -07:00
pidfile Remove redundant log in pkg/pidfile/pidfile.go 2015-05-15 15:26:00 +08:00
plugins Volumes refactor and external plugin implementation. 2015-05-21 20:34:17 -07:00
pools
progressreader
promise
proxy
pubsub
random Use goroutine-safe version of rand.Source 2015-05-19 12:32:40 -07:00
reexec Windows: reexec pkg supported 2015-05-08 14:15:53 -07:00
signal Add SIGUSR1 handler for dumping stack/goroutine traces 2015-05-12 10:09:23 +10:00
sockets Extract sockets initialization to a package. 2015-05-20 16:48:39 -07:00
stdcopy
streamformatter Refactor pkg/stremformatter with custom constructors instead of passing a boolean 2015-05-13 00:09:41 +02:00
stringid pkg/stringid: precompile regexp 2015-05-13 21:48:48 +03:00
stringutils Use goroutine-safe version of rand.Source 2015-05-19 12:32:40 -07:00
symlink
sysinfo Windows: Refactor sysinfo for compilation 2015-05-14 09:44:51 -07:00
system Windows: Archive package changes for Windows daemon 2015-05-20 08:55:54 -07:00
systemd
tailfile
tarsum
term
timeoutconn
timeutils Parse input timestamps with standard RFC3339 2015-05-14 07:44:42 +00:00
transport Add transport package to support CancelRequest 2015-05-18 23:31:42 -04:00
truncindex
ulimit
units clean some redundant else clauses 2015-05-19 10:54:04 +08:00
urlutil
useragent requestdecorator: repurpose the package and rename to useragent 2015-05-18 21:51:54 -04:00
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!