moby--moby/pkg
Andrew Hsu b6a7124855
Merge pull request #383 from thaJeztah/19.03_backport_test_fixes_2
[19.03 backport] Testing and Jenkinsfile changes [step 2]
2019-09-27 16:58:30 -07:00
..
aaparser
archive pkg/archive: keep walkRoot clean if source is / 2019-06-14 04:02:08 +00:00
authorization
broadcaster
capabilities Add more import comments 2019-04-10 16:59:33 +02:00
chrootarchive Add realChroot for non linux/windows 2019-08-08 18:15:26 +02:00
containerfs
devicemapper
directory
discovery Setup tests 2019-09-26 23:52:42 +02:00
dmesg
filenotify
fileutils
fsutils
homedir allow running `dockerd` in an unprivileged user namespace (rootless mode) 2019-02-04 00:24:27 +09:00
idtools Stop sorting uid and gid ranges in id maps 2019-06-05 14:46:55 +02:00
ioutils
jsonmessage
locker
longpath
loopback Use correct `LOOP_CTL_GET_FREE` API in `pkg/loopback` 2019-09-02 18:38:22 +03:00
mount pkg/mount/Make*: optimize 2019-09-26 23:52:10 +02:00
namesgenerator Remove minsky and stallman 2019-09-25 01:57:40 +02:00
parsers
pidfile
platform
plugingetter
plugins Harden TestClientWithRequestTimeout 2019-08-14 15:21:34 +02:00
pools
progress
pubsub
reexec
signal
stdcopy
streamformatter
stringid Entropy cannot be saved 2019-06-11 17:40:09 +02:00
symlink
sysinfo Refactor pkg/sysinfo 2019-02-04 00:38:12 +01:00
system LCOW: (Experimental) Require RS5+ builds 2019-04-18 09:43:37 -07:00
tailfile Use assert.NilError() instead of assert.Assert() 2019-01-21 13:16:02 +01:00
tarsum
term pkg/term: refactor TestEscapeProxyRead 2019-09-25 21:35:55 +02:00
truncindex Entropy cannot be saved 2019-06-11 17:40:09 +02:00
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!