1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg
Brian Goff 4c81c9dddc generate plugin clients via template
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2015-06-10 11:41:40 -04:00
..
archive Windows: Archive package changes for Windows daemon 2015-05-20 08:55:54 -07:00
broadcastwriter
chrootarchive Merge pull request #13231 from Microsoft/10662-chrootarchive 2015-06-03 09:54:42 -07:00
devicemapper
directory
fileutils Allow .dockerignore to ignore everything 2015-05-30 04:16:00 -07:00
graphdb
homedir
httputils
ioutils no not print empty keys in docker info 2015-06-01 15:05:20 -07:00
jsonlog Make sure log pipes are closed 2015-05-12 13:50:51 -04:00
jsonmessage Add test coverage to pkg/jsonmessage 2015-06-02 21:19:38 +02:00
listenbuffer
mflag Carry #11858 2015-05-23 09:14:18 -07:00
mount
namesgenerator Proposing Bose, Raman and Ramanujan 2015-05-30 04:14:11 +05:30
parsers Merge pull request #13099 from Microsoft/10662-pkgparsers 2015-05-12 16:07:43 -07:00
pidfile Remove redundant log in pkg/pidfile/pidfile.go 2015-05-15 15:26:00 +08:00
plugins generate plugin clients via template 2015-06-10 11:41:40 -04:00
pools Add tests for pkg/pools 2015-05-16 10:39:24 +02:00
progressreader Modified progress reader to close silently when read is complete. 2015-05-28 14:09:30 -03:00
promise
proxy
pubsub
random Use goroutine-safe version of rand.Source 2015-05-19 12:32:40 -07:00
reexec Windows: reexec pkg supported 2015-05-08 14:15:53 -07:00
signal Add SIGUSR1 handler for dumping stack/goroutine traces 2015-05-12 10:09:23 +10:00
sockets Refactor TLS code with a new tlsconfig package 2015-06-05 12:38:38 -04:00
stdcopy
streamformatter Refactor pkg/stremformatter with custom constructors instead of passing a boolean 2015-05-13 00:09:41 +02:00
stringid pkg/stringid: precompile regexp 2015-05-13 21:48:48 +03:00
stringutils Add test coverage for pkg/stringutils 2015-05-29 15:49:29 +02:00
symlink
sysinfo Windows: Refactor sysinfo for compilation 2015-05-14 09:44:51 -07:00
system Windows: Implement ReadMemInfo() 2015-06-01 12:40:33 -07:00
systemd
tailfile
tarsum Add test coverage for pkg/tarsum 2015-06-02 09:08:01 +02:00
term
timeoutconn
timeutils Merge pull request #13165 from ahmetalpbalkan/durations 2015-06-03 22:14:42 +02:00
tlsconfig Refactor TLS code with a new tlsconfig package 2015-06-05 12:38:38 -04:00
transport Add transport package to support CancelRequest 2015-05-18 23:31:42 -04:00
truncindex Update go-patricia to 2.1.0 2015-05-02 23:25:57 -06:00
ulimit
units clean some redundant else clauses 2015-05-19 10:54:04 +08:00
urlutil Add syslog-address log-opt 2015-05-29 00:42:11 +02:00
useragent requestdecorator: repurpose the package and rename to useragent 2015-05-18 21:51:54 -04:00
version
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!