moby--moby/pkg
John Howard c162cdb15f Windows: Native console disableNewlineAutoReturn
Signed-off-by: John Howard <jhoward@microsoft.com>
2016-03-24 15:37:47 -07:00
..
aaparser
archive
authorization fix variables that werent being called 2016-03-17 13:19:55 -07:00
broadcaster
chrootarchive Remove flush(stdout) in pkg/chrootarchive/diff_unix.go and improve error reporting of flush() to fix #21103 2016-03-15 10:29:51 -07:00
devicemapper
directory fix variables that werent being called 2016-03-17 13:19:55 -07:00
discovery
filenotify
fileutils
gitutils
graphdb
homedir
httputils
idtools Change subordinate range-owning user to be a system user 2016-03-16 18:44:10 -04:00
integration
ioutils
jsonlog fix variables that werent being called 2016-03-17 13:19:55 -07:00
jsonmessage
locker
longpath
loopback
mflag
mount Windows: Fix mountinfo 2016-03-21 22:03:24 -07:00
namesgenerator
parsers
pidfile
platform
plugins Fix panic in loading plugins 2016-03-23 15:34:15 -04:00
pools fix variables that werent being called 2016-03-17 13:19:55 -07:00
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
streamformatter
stringid
stringutils
symlink fix variables that werent being called 2016-03-17 13:19:55 -07:00
sysinfo
system Merge pull request #21325 from frenkel/openbsd-support 2016-03-18 20:53:17 -04:00
tailfile
tarsum fix variables that werent being called 2016-03-17 13:19:55 -07:00
term Windows: Native console disableNewlineAutoReturn 2016-03-24 15:37:47 -07:00
tlsconfig
truncindex pkg: truncindex: provide more info in error 2016-03-17 15:53:12 +01:00
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!