1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg
2014-10-21 12:15:58 -04:00
..
archive Make container.Copy support volumes 2014-10-20 20:23:01 -04:00
broadcastwriter
fileutils Move Matches() file path matching function into pkg/fileutils 2014-09-29 23:21:41 -07:00
graphdb pkg/graphdb: some linting 2014-10-06 22:57:27 +03:00
httputils
ioutils
iptables
jsonlog
listenbuffer
log
mflag
mount
namesgenerator Add more names 2014-10-03 10:17:42 -04:00
networkfs
parsers Adding capability to filter by name, id or status to list containers api 2014-10-20 18:33:20 +00:00
pools
promise
proxy Add erikh as maintainer of pkg/proxy 2014-10-01 15:37:46 -07:00
signal
stdcopy
symlink
sysinfo
system
systemd
tailfile
tarsum
term
testutils
timeutils pkg/timeutils: lint and add comments 2014-10-06 22:27:56 +03:00
truncindex pkg/truncindex: lint and add comments 2014-10-06 22:00:58 +03:00
units Merge pull request #8423 from unclejack/lint_changes 2014-10-21 12:15:58 -04:00
version pkg/version: lint and add comments 2014-10-06 18:41:53 +03:00
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!