1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg
Alexander Morozov cc207aa136 Merge pull request #17185 from cpuguy83/use_finer_locking_for_volume_store
Fix potential races in the volume store
2015-11-06 08:48:12 -08:00
..
ansiescape
archive Fix go vet warnings 2015-11-02 08:28:34 -08:00
broadcaster
chrootarchive Merge pull request #17035 from estesp/fix-build-dir-perms 2015-10-20 08:57:19 -07:00
devicemapper Fix golint warnings 2015-11-02 08:02:25 -08:00
directory
discovery Enhancing --cluster-advertise to support <interface-name> 2015-10-27 11:03:22 -07:00
fileutils
graphdb
homedir
httputils
idtools
integration
ioutils Avoid panic on write after close in http 2015-11-02 18:14:43 -08:00
jsonlog
jsonmessage
listenbuffer
locker Fix potential races in the volume store 2015-11-04 16:59:47 -05:00
longpath
mflag Change 'docker run' exit codes to distinguish docker/contained errors 2015-11-04 15:18:50 -05:00
mount
namesgenerator Add Bassi 2015-10-23 01:32:47 +02:00
nat
parsers Fix panic in parsing /etc/os-release 2015-11-05 19:59:29 +01:00
pidfile
plugins
pools
progressreader
promise
proxy
pubsub
random
reexec
signal
sockets
stdcopy
streamformatter
stringid Fix golint warnings 2015-11-02 08:02:25 -08:00
stringutils
symlink
sysinfo
system Log error from unmountVolumes on cleanup 2015-11-02 14:11:42 -08:00
tailfile
tarsum Fix golint warnings 2015-11-02 08:02:25 -08:00
term
timeoutconn
timeutils
tlsconfig Fix golint warnings 2015-11-02 08:02:25 -08:00
truncindex Do not rely on string comparison in truncindex 2015-11-04 11:34:05 -08:00
ulimit
units
urlutil
useragent
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!