1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg
Rik Nijessen 1ec2eac50d Make utils_daemon and volumes cross-platform compileable.
Signed-off-by: Rik Nijessen <riknijessen@gmail.com>
2015-03-16 11:46:07 +01:00
..
archive Make utils_daemon and volumes cross-platform compileable. 2015-03-16 11:46:07 +01:00
broadcastwriter
chrootarchive Merge pull request #10439 from estesp/10426-fix-arg-list-too-long 2015-02-20 23:48:55 -08:00
common moving random.go from utils 2015-02-26 18:31:18 +00:00
devicemapper Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
directory Move directory size calculation to pkg/ (fixes #10970) 2015-03-04 21:16:31 +01:00
fileutils
graphdb Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
homedir If $HOME is not set, return homedir from /etc/passwd 2015-03-10 10:00:22 -04:00
httputils Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
ioutils
iptables Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
jsonlog
listenbuffer
mflag Make use of %USERPROFILE% in cli help message 2015-03-11 02:14:49 -07:00
mount Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
namesgenerator
networkfs Add warning for --dns flag set to localhost addresses. 2015-03-10 14:43:17 -04:00
parsers Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
pools
promise
proxy Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
pubsub
reexec Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
signal
stdcopy Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
symlink Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
sysinfo Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
system Make utils_daemon and volumes cross-platform compileable. 2015-03-16 11:46:07 +01:00
systemd Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
tailfile
tarsum Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
term Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
testutils Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
timeoutconn Rename package timeout to timeoutconn. 2015-02-25 20:52:37 +01:00
timeutils Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
truncindex Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
ulimit Allow setting ulimits for containers 2015-02-25 19:37:43 -05:00
units Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
urlutil
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!