moby--moby/pkg
Simon Eskildsen 67bd859481 listenbuffer: add docs
Signed-off-by: Simon Eskildsen <sirup@sirupsen.com>
2015-03-25 03:11:34 +00:00
..
archive Merge pull request #11422 from vbatts/vbatts-overlay_dir_mtime_changes 2015-03-23 15:24:05 -07:00
broadcastwriter
chrootarchive Merge pull request #10439 from estesp/10426-fix-arg-list-too-long 2015-02-20 23:48:55 -08:00
devicemapper Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
directory Makes directory pkg compilable on Windows. 2015-03-12 15:54:22 +01:00
etchosts Refactor pkg/networkfs 2015-03-22 23:53:47 -07:00
fileutils
graphdb Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
homedir If $HOME is not set, return homedir from /etc/passwd 2015-03-10 10:00:22 -04:00
httputils add tests for pkg/httputils 2015-03-24 16:27:09 +00:00
ioutils pkg/ioutils: avoid huge Buffer growth in bufreader 2015-03-18 19:51:55 +02:00
iptables fix various problems with iptables.Exists 2015-03-16 17:14:45 -04:00
jsonlog Rename BINDDIR to BIND_DIR 2015-02-13 15:50:42 -07:00
listenbuffer listenbuffer: add docs 2015-03-25 03:11:34 +00:00
mflag Make use of %USERPROFILE% in cli help message 2015-03-11 02:14:49 -07:00
mount Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
namesgenerator
parsers Add ability to refer to image by name + digest 2015-03-17 10:10:42 +00:00
pidfile Moved pidfile from utils to pkg 2015-03-24 23:59:32 +01:00
pools
progressreader Remove import to utils in progressreader 2015-03-11 00:50:27 -07:00
promise
proxy Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
pubsub
reexec Fix relative path execution of docker daemon in reexec.Self() 2015-03-16 16:52:00 -04:00
resolvconf Fix #11589 by adding README and comments to exported functions 2015-03-24 17:30:19 +00:00
signal
stdcopy Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
stringid Refactor pkg/common, Fixes #11599 2015-03-24 18:19:59 +01:00
stringutils Refactor pkg/common, Fixes #11599 2015-03-24 18:19:59 +01:00
symlink Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
sysinfo fix warning messages 2015-03-11 08:47:45 +08:00
system Make utils_daemon and volumes cross-platform compileable. 2015-03-16 11:46:07 +01:00
systemd Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
tailfile
tarsum Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
term Disable ANSI emulation in certain windows shells 2015-03-23 18:38:43 +00:00
timeoutconn Rename package timeout to timeoutconn. 2015-02-25 20:52:37 +01:00
timeutils Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
truncindex Refactor pkg/common, Fixes #11599 2015-03-24 18:19:59 +01:00
ulimit Allow setting ulimits for containers 2015-02-25 19:37:43 -05:00
units Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
urlutil
version Fix minor typo 2015-03-25 00:46:22 +08:00
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!