moby--moby/pkg
Vincent Demeester 2422d5ad35 Merge pull request #31669 from tonistiigi/files-filter
Fix inefficient file paths filter
2017-03-20 17:43:47 +01:00
..
aaparser
archive Merge pull request #31669 from tonistiigi/files-filter 2017-03-20 17:43:47 +01:00
authorization
broadcaster
chrootarchive
devicemapper
directory
discovery
filenotify
fileutils Fix inefficient file paths filter 2017-03-08 18:59:25 -08:00
fsutils
gitutils
homedir
httputils
idtools
ioutils Improve coverage of pkg/ioutils/buffer 2017-02-28 14:11:15 +01:00
jsonlog
jsonmessage
listeners Fix default socket group regression 2017-03-14 16:09:08 -07:00
locker
longpath
loopback
mount
namesgenerator Add Johannes Kepler and Mary Jackson to name generator 2017-03-17 20:36:12 -07:00
parsers
pidfile
platform
plugingetter
plugins
pools
progress
promise
pubsub
random
reexec
registrar
signal
stdcopy
streamformatter
stringid
stringutils
symlink
sysinfo
system pkg/system: Set appropriate CFLAGS on Solaris 2017-03-09 13:40:05 -05:00
tailfile
tarsum
templates
term
testutil Fix stringer in Result (pkg\testutil\cmd) 2017-03-13 08:40:31 -07:00
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!