binctr/vendor/github.com/docker/docker-ce/components/engine/pkg
Jess Frazelle 94d1cfbfbf
update vendor
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-09-25 12:27:46 -04:00
..
aaparser update vendor 2018-09-25 12:27:46 -04:00
archive update vendor 2018-09-25 12:27:46 -04:00
authorization update vendor 2018-09-25 12:27:46 -04:00
broadcaster update vendor 2018-09-25 12:27:46 -04:00
chrootarchive update vendor 2018-09-25 12:27:46 -04:00
containerfs update vendor 2018-09-25 12:27:46 -04:00
devicemapper update vendor 2018-09-25 12:27:46 -04:00
directory update vendor 2018-09-25 12:27:46 -04:00
discovery update vendor 2018-09-25 12:27:46 -04:00
dmesg update vendor 2018-09-25 12:27:46 -04:00
filenotify update vendor 2018-09-25 12:27:46 -04:00
fileutils update vendor 2018-09-25 12:27:46 -04:00
fsutils update vendor 2018-09-25 12:27:46 -04:00
homedir update vendor 2018-09-25 12:27:46 -04:00
idtools update vendor 2018-09-25 12:27:46 -04:00
ioutils update vendor 2018-09-25 12:27:46 -04:00
jsonmessage update vendor 2018-09-25 12:27:46 -04:00
locker update vendor 2018-09-25 12:27:46 -04:00
longpath update vendor 2018-09-25 12:27:46 -04:00
loopback update vendor 2018-09-25 12:27:46 -04:00
mount update vendor 2018-09-25 12:27:46 -04:00
namesgenerator update vendor 2018-09-25 12:27:46 -04:00
parsers update vendor 2018-09-25 12:27:46 -04:00
pidfile update vendor 2018-09-25 12:27:46 -04:00
platform update vendor 2018-09-25 12:27:46 -04:00
plugingetter update vendor 2018-09-25 12:27:46 -04:00
plugins update vendor 2018-09-25 12:27:46 -04:00
pools update vendor 2018-09-25 12:27:46 -04:00
progress update vendor 2018-09-25 12:27:46 -04:00
pubsub update vendor 2018-09-25 12:27:46 -04:00
reexec update vendor 2018-09-25 12:27:46 -04:00
signal update vendor 2018-09-25 12:27:46 -04:00
stdcopy update vendor 2018-09-25 12:27:46 -04:00
streamformatter update vendor 2018-09-25 12:27:46 -04:00
stringid update vendor 2018-09-25 12:27:46 -04:00
symlink update vendor 2018-09-25 12:27:46 -04:00
sysinfo update vendor 2018-09-25 12:27:46 -04:00
system update vendor 2018-09-25 12:27:46 -04:00
tailfile update vendor 2018-09-25 12:27:46 -04:00
tarsum update vendor 2018-09-25 12:27:46 -04:00
term update vendor 2018-09-25 12:27:46 -04:00
truncindex update vendor 2018-09-25 12:27:46 -04:00
urlutil update vendor 2018-09-25 12:27:46 -04:00
useragent update vendor 2018-09-25 12:27:46 -04:00
README.md update vendor 2018-09-25 12:27:46 -04:00

pkg/ is a collection of utility packages used by the Moby project without being specific to its internals.

Utility packages are kept separate from the moby 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 Moby 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!