moby--moby/pkg
Aleksa Sarai 4357ed4a73 *: purge dockerinit from source code
dockerinit has been around for a very long time. It was originally used
as a way for us to do configuration for LXC containers once the
container had started. LXC is no longer supported, and /.dockerinit has
been dead code for quite a while. This removes all code and references
in code to dockerinit.

Signed-off-by: Aleksa Sarai <asarai@suse.com>
2016-01-26 23:47:02 +11:00
..
aaparser refactor aaparser pkg, add unit tests 2016-01-13 08:43:12 -08:00
archive
authorization Don't dump authz request when body is too large 2016-01-13 17:04:49 -05:00
broadcaster
chrootarchive
devicemapper
directory
discovery Allow to set daemon and server configurations in a file. 2016-01-14 16:44:37 -05:00
filenotify
fileutils
gitutils
graphdb
homedir
httputils
idtools
integration
ioutils
jsonlog
jsonmessage Send push information to trust code out-of-band 2016-01-08 10:57:50 -08:00
locker
longpath
loopback
mflag Merge pull request #19517 from calavera/validate_config_keys 2016-01-22 15:01:29 -05:00
mount *: purge dockerinit from source code 2016-01-26 23:47:02 +11:00
namesgenerator Merge pull request #19222 from justincormack/shirley 2016-01-11 00:09:45 +01:00
parsers
pidfile fix pidfile, pid is num use '/proc + string(pid)' can't found it 2016-01-14 16:03:33 +08:00
platform
plugins Add back compat for volume drivers `Get` and `Ls` 2016-01-22 22:48:17 -05:00
pools
progress Send push information to trust code out-of-band 2016-01-08 10:57:50 -08:00
promise
proxy
pubsub
random
reexec
registrar Build names and links at runtime 2016-01-07 14:10:42 -05:00
signal
stdcopy
streamformatter Send push information to trust code out-of-band 2016-01-08 10:57:50 -08:00
stringid
stringutils
symlink
sysinfo Reuse subsystems mountpoints between checks 2016-01-20 19:20:59 -08:00
system
tailfile
tarsum
term Windows: VirtualTerminalInput native console 2016-01-19 15:59:21 -08:00
tlsconfig
truncindex
urlutil
useragent
version
README.md

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!