1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg
cyphar e4497feaba pkg: mflag: flag: added tests for quote-stripped flags
This patch adds some tests to ensure that quoted flags are properly
handled by the mflag package.

Docker-DCO-1.1-Signed-off-by: Aleksa Sarai <cyphar@cyphar.com> (github: cyphar)
2014-06-02 15:25:38 +10: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
dockerscript
graphdb Init database if empty file 2014-05-30 17:44:00 -07:00
iptables use stderr to debug iptables 2014-05-30 19:39:42 +00:00
label
libcontainer Ensure all dev nodes are copied for privileged 2014-05-30 18:39:11 -07:00
listenbuffer
mflag pkg: mflag: flag: added tests for quote-stripped flags 2014-06-02 15:25:38 +10:00
mount
namesgenerator Improve name generation on concurrent requests 2014-05-23 17:51:16 -07:00
netlink Atomically increment sequence in pkg/netlink 2014-05-30 16:08:29 +04:00
networkfs pkg: networkfs: etchosts: fixed tests 2014-05-07 00:42:22 +10:00
proxy
selinux
signal
symlink Fixes 5370 infinite/maxLoopCount loop for relative symlinks 2014-05-16 01:03:11 +02:00
sysinfo Move cgroups package into libcontainer 2014-05-14 15:21:44 -07:00
system Add system.SetKeepCaps and system.ClearKeepCaps 2014-05-28 16:40:36 +02:00
systemd
term
units Move duration and size to units pkg 2014-05-12 17:05:07 -07:00
user Check uid ranges 2014-05-18 20:49:08 +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!