moby--moby/pkg
Alexander Morozov 9b2c3aa894 pkg/archive: use more narrow interface for CompressStream
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
2016-04-07 13:21:05 -07:00
..
aaparser
archive pkg/archive: use more narrow interface for CompressStream 2016-04-07 13:21:05 -07:00
authorization pkg: cleanup some unused code 2016-03-31 11:39:59 -07:00
broadcaster
chrootarchive
devicemapper
directory
discovery
filenotify
fileutils
gitutils
graphdb
homedir
httputils
idtools Lazy init useradd and remove init() 2016-04-06 17:53:45 -04:00
integration
ioutils Fix closing attach streams on lost tcp connection 2016-04-06 21:27:47 -07:00
jsonlog
jsonmessage
listeners pkg: listeners: clean up to act like a library 2016-04-02 01:09:29 +11:00
locker
longpath
loopback
mflag
mount Windows: Fix mountinfo 2016-03-21 22:03:24 -07:00
namesgenerator Fix spelling error in names-generator.go 2016-04-05 12:34:52 +02:00
parsers
pidfile
platform
plugins Fix panic in loading plugins 2016-03-23 15:34:15 -04:00
pools
progress
promise
proxy
pubsub
random
reexec
registrar
signal Don't forward SIGPIPE from client to container 2016-03-18 16:50:18 -04:00
stdcopy Optimizations for StdWriter 2016-03-25 22:14:27 -04:00
streamformatter
stringid
stringutils
symlink
sysinfo
system Add os_version and os_features to Image 2016-04-04 13:14:57 -07:00
tailfile
tarsum
term Windows: Remove TP4 support from main code 2016-04-06 12:12:20 -07:00
tlsconfig
truncindex
urlutil
useragent
version
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!