moby--moby/pkg
Victor Vieux 643ac2f804 Merge pull request #27433 from AkihiroSuda/fix-ovl-xfs-ftype0
overlay: warn if overlay backing fs doesn't support d_type
2016-11-09 13:39:07 -08:00
..
aaparser
archive
authorization
broadcaster
chrootarchive Merge pull request #28047 from cpuguy83/27773_chrootarchive_rbind 2016-11-09 10:52:14 -08:00
devicemapper
directory
discovery
filenotify
fileutils
fsutils overlay: warn if overlay backing fs doesn't support d_type 2016-11-09 07:18:27 +00:00
gitutils
graphdb
homedir
httputils
idtools Remove use of pkg/integration in pkg/idtools 2016-11-08 17:21:02 +01:00
integration Remove use of pkg/integration in pkg/idtools 2016-11-08 17:21:02 +01:00
ioutils
jsonlog
jsonmessage
listeners
locker
longpath
loopback
mount
namesgenerator
parsers
pidfile
platform Windows: Avoid concurrent access to sysinfo 2016-11-08 17:52:38 -08:00
plugingetter
plugins
pools
progress
promise
pubsub
random
reexec
registrar
signal
stdcopy
streamformatter
stringid
stringutils
symlink
sysinfo
system Remove use of pkg/integration in pkg/idtools 2016-11-08 17:21:02 +01:00
tailfile
tarsum
term
testutil
tlsconfig
truncindex
urlutil
useragent
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!