moby--moby/pkg
Tibor Vass 259effc6df Merge pull request #9397 from jpopelka/9395-firewalld
Firewalld support
2015-04-23 16:58:08 -04:00
..
archive Fix vet warning 2015-04-13 11:43:30 -07:00
broadcastwriter pkg/broadcastwriter: reset after 4 KB w/o stream 2015-04-01 01:26:19 +03:00
chrootarchive Merge pull request #12360 from yestin/11601-supplement-tests-part-2 2015-04-14 21:00:12 -04:00
devicemapper devmapper: Use a pointer as argument to deferred function UdevWait() 2015-04-02 16:47:14 -04:00
directory
etchosts added documentation for functions 2015-04-15 19:28:01 -07:00
fileutils Refactor utils/utils, fixes #11923 2015-04-14 01:37:36 +02:00
graphdb Fix wrong graphdb refs paths purging 2015-04-14 23:10:43 +02:00
homedir
httputils Refactor utils/utils, fixes #11923 2015-04-14 01:37:36 +02:00
ioutils Refactor utils/utils, fixes #11923 2015-04-14 01:37:36 +02:00
iptables Merge pull request #9397 from jpopelka/9395-firewalld 2015-04-23 16:58:08 -04:00
jsonlog pkg/jsonlog: add JSONLogBytes for low allocations 2015-04-01 01:02:18 +03:00
jsonmessage
listenbuffer Make API server datastructure 2015-04-20 08:13:39 -07:00
mflag Refactor utils/flags.go, fixes #11892 2015-03-29 03:22:46 +02:00
mount Add documentation for exported functions and types 2015-04-03 11:33:34 +02:00
namesgenerator Merge pull request #12214 from ahmetalpbalkan/namesgenerator/localrand 2015-04-14 13:10:26 -04:00
parsers
pidfile
pools Remove pools_nopool.go & build tag from pools.go 2015-04-10 02:32:55 +03:00
progressreader Fix progress reader output on close 2015-03-31 13:17:25 -07:00
promise
proxy Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00
pubsub
reexec
requestdecorator Removed go1.3.3 support 2015-04-20 23:09:08 +02:00
resolvconf Refactor utils/utils, fixes #11923 2015-04-14 01:37:36 +02:00
signal Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00
stdcopy Add some stdcopy_test (coverage) 2015-04-20 22:58:22 +02:00
streamformatter Add minor stylistic fixes 2015-04-16 21:22:32 +02:00
stringid
stringutils Refactor utils/utils, fixes #11923 2015-04-14 01:37:36 +02:00
symlink
sysinfo remove redundant warning 2015-04-22 08:15:00 +08:00
system Add some documentation to pkg/system 2015-03-31 12:00:33 -07:00
systemd
tailfile
tarsum
term Merge pull request #12471 from coolljt0725/fix_weird_output_format 2015-04-20 17:01:02 -07:00
timeoutconn
timeutils
truncindex Removed redundant err == nil check 2015-03-26 11:36:13 +01:00
ulimit Fixes pointer error 2015-03-25 20:45:17 -07:00
units
urlutil
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!