moby--moby/pkg
Brian Goff abbb16d7ab Merge pull request #20602 from twistlock/20508_authz_plugin_corrupt_body
Fix #20508 - Authz plugin enabled with large text/JSON POST payload corrupts body
2016-02-29 10:43:02 -05:00
..
aaparser apparmor: fix version checks to work properly 2016-02-15 20:36:07 +11:00
archive Windows CI: test-unit on pkg\archive part 2 2016-02-12 15:40:41 -08:00
authorization Merge pull request #20602 from twistlock/20508_authz_plugin_corrupt_body 2016-02-29 10:43:02 -05:00
broadcaster
chrootarchive
devicemapper
directory
discovery
filenotify add file poller panic fix from 1.10.2 2016-02-24 10:17:29 -05:00
fileutils Windows CI: Fixes panic in test-unit for FileUtils 2016-02-23 13:31:45 -08:00
gitutils Windows CI: Unit tests - port pkg\gitutils 2016-02-11 18:19:17 -08:00
graphdb
homedir resolve the config file from the sudo user 2016-02-24 15:41:00 +01:00
httputils Fix some typos in comments and strings 2016-02-22 20:27:15 +01:00
idtools pkg: idtools: fix subid files parsing 2016-02-26 15:42:05 +01:00
integration
ioutils
jsonlog
jsonmessage
locker
longpath
loopback
mflag
mount
namesgenerator
parsers
pidfile
platform
plugins Close resp body on plugin call error 2016-02-24 20:09:51 -05:00
pools
progress
promise
proxy
pubsub Revert "use pubsub instead of filenotify to follow json logs" 2016-02-23 21:43:52 -05:00
random
reexec
registrar
signal
stdcopy Make stdcopy.stdWriter goroutine safe. 2016-02-26 16:51:18 -05:00
streamformatter
stringid
stringutils
symlink
sysinfo
system
tailfile
tarsum fix common misspell 2016-02-11 15:49:36 -08:00
term
tlsconfig
truncindex
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!