1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg
Alexander Morozov c072347078 Merge pull request #27912 from LK4D4/vndr
project: use vndr for vendoring
2016-11-03 18:30:19 -07:00
..
aaparser
archive Merge pull request #27705 from dmcgowan/fix-27298 2016-11-02 10:13:30 +01:00
authorization Revert "Update authz plugin list on failure." 2016-11-03 15:49:21 -07:00
broadcaster
chrootarchive Merge pull request #27609 from tonistiigi/fix-chroot-shared-parent 2016-10-21 14:40:40 -07:00
devicemapper
directory
discovery Fix logrus formatting 2016-10-31 22:05:01 -06:00
filenotify project: use vndr for vendoring 2016-11-03 15:31:46 -07:00
fileutils
gitutils
graphdb
homedir
httputils
idtools Add support for looking up user/groups via getent 2016-10-28 19:06:07 -04:00
integration
ioutils
jsonlog
jsonmessage
listeners
locker
longpath
loopback
mount
namesgenerator
parsers
pidfile mkdirall on the PID file path 2016-10-25 09:11:20 -07:00
platform
plugingetter
plugins
pools
progress
promise
pubsub
random
reexec
registrar
signal Spew debugging 2016-11-03 10:05:11 -07:00
stdcopy stdcopy: remove logrus debug messages; makes it easier to vendor without the dependency. 2016-10-26 16:29:37 -07:00
streamformatter
stringid
stringutils
symlink
sysinfo Implementing support for --cpu-rt-period and --cpu-rt-runtime so that 2016-10-26 11:33:06 -04:00
system Windows: Add comment re client containers 2016-10-25 10:30:00 -07:00
tailfile
tarsum
term
testutil
tlsconfig Use system ca pool from tlsconfig 2016-10-31 14:52:07 -07:00
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!