1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg
Michael Crosby ea7647099f Add MAINTAINERS file to symlink pkg
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
2014-05-13 11:27:24 -07:00
..
apparmor Apply apparmor before restrictions 2014-05-01 19:09:12 -07:00
beam Use int64 instead of int 2014-05-11 06:23:53 -07:00
cgroups Merge pull request #5535 from vmarmol/add-maintainers-cgroup 2014-05-08 09:48:31 -07:00
collections
dockerscript Fix various MAINTAINERS format inconsistencies 2014-04-30 11:22:11 -06:00
graphdb FIXES #5398: pkg/graphdb build only dependent on cgo tag 2014-04-30 11:57:10 -06:00
iptables
label
libcontainer Update code to handle new path to Follow Symlink func 2014-05-13 10:54:08 -07:00
listenbuffer
mflag use tabwriter to display usage in mflag 2014-05-06 21:31:21 +00:00
mount
namesgenerator
netlink
networkfs pkg: networkfs: etchosts: fixed tests 2014-05-07 00:42:22 +10:00
proxy
selinux
signal Fix various MAINTAINERS format inconsistencies 2014-04-30 11:22:11 -06:00
symlink Add MAINTAINERS file to symlink pkg 2014-05-13 11:27:24 -07:00
sysinfo
system Integrate new structure into docker's native driver 2014-04-30 18:20:01 -07:00
systemd
term
user
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!