1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg
Antonio Murdaca f18ce101fb Merge pull request #13165 from ahmetalpbalkan/durations
Allow duration strings as --since/--until
2015-06-03 22:14:42 +02: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
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
pidfile
plugins Merge pull request #13577 from WeiZhang555/httpClose 2015-05-29 16:59:17 -04:00
pools
progressreader Modified progress reader to close silently when read is complete. 2015-05-28 14:09:30 -03:00
promise
proxy
pubsub
random
reexec
signal
sockets Extract sockets initialization to a package. 2015-05-20 16:48:39 -07:00
stdcopy
streamformatter
stringid
stringutils Add test coverage for pkg/stringutils 2015-05-29 15:49:29 +02:00
symlink
sysinfo
system Windows: Archive package changes for Windows daemon 2015-05-20 08:55:54 -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
transport
truncindex
ulimit
units
urlutil Add syslog-address log-opt 2015-05-29 00:42:11 +02:00
useragent
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!