1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg
Anusha Ragunathan fee68def8f Add only legacy plugins to the legacy lookup map.
Legacy plugin model maintained a map of plugins. This is
not used by the new model. Using this map in the new model
causes incorrect lookup of plugins. This change uses adds
a plugin to the map only if its legacy.

Signed-off-by: Anusha Ragunathan <anusha@docker.com>
(cherry picked from commit 8fd779dc28)
Signed-off-by: Tibor Vass <tibor@docker.com>
2016-07-25 23:15:42 -07:00
..
aaparser
archive Fix overlay2 ignoring whiteout files 2016-06-30 16:47:46 -07:00
authorization plugins: experimental support for new plugin management 2016-06-14 14:20:27 -07:00
broadcaster
chrootarchive
devicemapper
directory
discovery better command docker network create -h output 2016-07-25 23:15:24 -07:00
filenotify
fileutils
gitutils
graphdb
homedir
httputils
idtools
integration return err when stack name does not exist 2016-07-12 15:43:39 -07:00
ioutils Set permission on atomic file write 2016-07-01 00:39:50 -07:00
jsonlog
jsonmessage
listeners
locker
longpath
loopback
mflag
mount
namesgenerator
parsers
pidfile
platform
plugins Add only legacy plugins to the legacy lookup map. 2016-07-25 23:15:42 -07:00
pools pkg/pools: avoid copy of sync.Pool 2016-06-30 16:47:48 -07:00
progress
promise
pubsub
random
reexec
registrar
signal
stdcopy
streamformatter
stringid
stringutils
symlink
sysinfo
system
tailfile
tarsum
term Windows: Always enable VT emulation 2016-07-25 23:15:25 -07:00
testutil Use newer default values for mounts CLI 2016-07-08 15:32:30 -07:00
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!