moby--moby/pkg
David Calavera cd642973fa Merge pull request #14661 from LK4D4/vet_warns
Fix some formatting calls
2015-07-15 16:41:18 -07:00
..
archive Fix some formatting calls 2015-07-15 12:25:50 -07:00
broadcastwriter
chrootarchive
devicemapper devicemapper: Check loop devices of existing pool 2015-07-07 14:13:29 -04:00
directory
fileutils Add missing tests and docs for pkg/fileutils 2015-07-12 22:43:42 +02:00
graphdb
homedir
httputils Fixed outdated comment. 2015-07-02 08:17:11 -03:00
ioutils
jsonlog
jsonmessage
listenbuffer
mflag
mount
namesgenerator Merge pull request #14583 from sagarhani/patch-1 2015-07-13 10:47:08 -06:00
nat
parsers add support for base path in docker cli -H 2015-07-08 15:42:40 -07:00
pidfile
plugins time duration should be nano seconds, gccgo treats it as zero 2015-07-13 18:01:43 +00:00
pools
progressreader
promise
proxy
pubsub Don't use time.After if there is no timeout 2015-07-14 09:14:51 -07:00
random
reexec
signal
sockets
stdcopy
streamformatter
stringid
stringutils
symlink
sysinfo Add the memory swappiness tuning option to docker. 2015-07-12 13:16:33 +05:30
system Windows: Win32 event for sigusr1 linux equivalence 2015-07-06 18:58:53 -07:00
systemd
tailfile
tarsum
term Fix windows tag in pkg/term 2015-07-01 13:16:16 -07:00
timeoutconn
timeutils
tlsconfig
transport
truncindex added ability to iterate over all indexes and use index.Iterate() instead of ReadDir() to walk over the graph 2015-07-07 22:13:28 +03:00
ulimit
units
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!