1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg
2017-01-26 19:21:38 -08:00
..
aaparser fix apparmor load profile 2016-12-09 14:10:58 -08:00
archive
authorization Rename Remote API to Engine API 2016-11-22 16:49:58 -08:00
broadcaster
chrootarchive
devicemapper fix a few golint errors 2016-11-19 23:50:06 -08:00
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 fix typos 2016-06-02 17:17:22 +08:00
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 s/bCap/bLen/ 2016-11-18 13:31:39 -08:00
jsonlog
jsonmessage
listeners
locker
longpath
loopback
mount
namesgenerator
parsers
pidfile
platform
plugingetter Add a GetAll function that returns only managed plugins supported by V2 2017-01-03 15:37:46 -08:00
plugins
pools
progress
promise
pubsub
random
reexec
registrar
signal
stdcopy
streamformatter Fix pkg/streamformatter.TestJSONFormatProgress 2016-05-31 09:09:06 +00:00
stringid
stringutils
symlink Don't attempt to evaluate drive root on Windows 2016-09-08 13:52:54 -07:00
sysinfo Only show global warnings once 2017-01-24 17:00:24 -08:00
system
tailfile
tarsum
term Windows: Fix crash in docker system prune 2016-12-12 13:25:01 -08:00
testutil
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!