moby--moby/pkg
Arnaud Porterie 98ed9a55f4 Merge pull request #14693 from LK4D4/update_libcontainer
Update libcontainer
2015-07-17 13:02:04 -07:00
..
archive Fix some formatting calls 2015-07-15 12:25:50 -07:00
broadcastwriter
chrootarchive Windows: Docker build starting to work 2015-06-17 10:41:28 -07:00
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 fixed typo in graphdb_test failure message 2015-06-28 16:54:05 -07:00
homedir Update libcontainer 2015-07-16 16:02:26 -07:00
httputils Fixed outdated comment. 2015-07-02 08:17:11 -03:00
ioutils Merge pull request #14605 from brahmaroutu/gccgo_scheduler 2015-07-17 08:16:32 -07:00
jsonlog Add test coverage to pkg/jsonlog 2015-06-27 10:13:47 +02:00
jsonmessage Add test coverage to pkg/jsonmessage 2015-06-02 21:19:38 +02:00
listenbuffer linting changes 2015-06-17 01:16:57 +03:00
mflag Carry #11858 2015-05-23 09:14:18 -07:00
mount update testcase mount/sharedsubtree_linux_test.go 2015-06-27 14:34:32 -04:00
namesgenerator Merge pull request #14583 from sagarhani/patch-1 2015-07-13 10:47:08 -06:00
nat Move /nat to /pkg/nat 2015-06-30 17:43:17 +01:00
parsers add support for base path in docker cli -H 2015-07-08 15:42:40 -07:00
pidfile
plugins Merge pull request #13951 from calavera/plugins_path 2015-07-17 21:11:31 +02:00
pools daemon: lower allocations 2015-06-30 01:45:31 +03:00
progressreader Modified progress reader to close silently when read is complete. 2015-05-28 14:09:30 -03:00
promise
proxy
pubsub Don't use time.After if there is no timeout 2015-07-14 09:14:51 -07:00
random Use goroutine-safe version of rand.Source 2015-05-19 12:32:40 -07:00
reexec
signal
sockets Update libcontainer 2015-07-16 16:02:26 -07:00
stdcopy Fix Typo in stdcopy.go 2015-06-24 15:00:14 +08:00
streamformatter
stringid
stringutils Add test coverage for pkg/stringutils 2015-05-29 15:49:29 +02:00
symlink
sysinfo Update libcontainer 2015-07-16 16:02:26 -07:00
system Windows: Win32 event for sigusr1 linux equivalence 2015-07-06 18:58:53 -07:00
systemd
tailfile
tarsum Carry of PR #13520 2015-06-13 09:27:30 -07:00
term Fix windows tag in pkg/term 2015-07-01 13:16:16 -07:00
timeoutconn
timeutils Merge pull request #13165 from ahmetalpbalkan/durations 2015-06-03 22:14:42 +02:00
tlsconfig Split client and server cipher suite list in TLS defaults 2015-06-11 14:00:31 -04:00
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 Remove useless conversion 2015-06-24 00:47:08 +08:00
urlutil Add syslog-address log-opt 2015-05-29 00:42:11 +02:00
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!