1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg
..
aaparser
archive fix typo 2017-01-19 15:52:28 +08:00
authorization
broadcaster
chrootarchive Refactoring ineffectual assignments 2017-01-13 00:27:01 -07:00
devicemapper
directory
discovery
filenotify
fileutils
fsutils
gitutils
homedir gcplogs: forcibly set HOME on static UNIX binary 2016-12-29 03:17:26 +00:00
httputils
idtools
ioutils
jsonlog
jsonmessage
listeners
locker fix some typos 2016-12-28 09:43:27 +08:00
longpath
loopback
mount
namesgenerator
parsers
pidfile pkg: return directly without ifs where possible 2016-12-13 22:10:11 +02:00
platform
plugingetter
plugins
pools
progress Implement content addressability for plugins 2016-12-23 13:29:58 -08:00
promise
pubsub
random
reexec
registrar
signal
stdcopy fix docker logs error handling 2017-02-14 14:38:42 -08:00
streamformatter
stringid
stringutils
symlink
sysinfo
system
tailfile
tarsum
templates
term
testutil
tlsconfig
truncindex
urlutil
useragent
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!