moby--moby/pkg
Tibor Vass 739adb46e4 daemon: fix bug in nvidia device registration
Signed-off-by: Tibor Vass <tibor@docker.com>
2019-03-29 16:07:01 -07:00
..
aaparser
archive pkg/archive:CopyTo(): fix for long dest filename 2019-01-24 18:10:52 -08:00
authorization
broadcaster
capabilities daemon: fix bug in nvidia device registration 2019-03-29 16:07:01 -07:00
chrootarchive
containerfs
devicemapper
directory
discovery
dmesg
filenotify
fileutils Remove duplicated words in pkg files 2018-10-05 22:32:14 +08:00
fsutils
homedir allow running `dockerd` in an unprivileged user namespace (rootless mode) 2019-02-04 00:24:27 +09:00
idtools
ioutils
jsonmessage replace gotty with aec, since gotty hasn't been updated since very long time and aec can drop in for gotty 2019-01-16 22:10:39 +05:30
locker
longpath
loopback
mount pkg/mount: remove unused ParseTmpfsOptions 2019-02-22 12:55:33 +01:00
namesgenerator Add new adjectives to the names generator (#38624) 2019-03-21 13:48:59 -07:00
parsers Skip kernel-memory tests on RHEL/CentOS daemons 2019-01-04 13:27:46 +01:00
pidfile
platform
plugingetter
plugins Remove duplicated words in pkg files 2018-10-05 22:32:14 +08:00
pools
progress
pubsub
reexec
signal pkg/signal.TestTrap: use a subtest 2019-01-12 18:04:44 +01:00
stdcopy
streamformatter Remove duplicated words in pkg files 2018-10-05 22:32:14 +08:00
stringid
symlink
sysinfo Refactor pkg/sysinfo 2019-02-04 00:38:12 +01:00
system LCOW: Add SIDs to layer.vhd at creation 2019-03-21 13:12:17 -07:00
tailfile Use assert.NilError() instead of assert.Assert() 2019-01-21 13:16:02 +01:00
tarsum
term
truncindex
urlutil
useragent
README.md

README.md

pkg/ is a collection of utility packages used by the Moby project without being specific to its internals.

Utility packages are kept separate from the moby 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 Moby 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!