moby--moby/pkg
Akihiro Suda 4283e93e64
Merge pull request #41215 from cpuguy83/better_plugin_errors
Add more error details on plugin get
2021-10-24 12:37:07 +09:00
..
aaparser
archive compression: support zstd with skippable frame 2021-10-15 17:23:55 +08:00
authorization refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
broadcaster
capabilities
chrootarchive chrootarchive: don't create parent dirs outside of chroot 2021-10-05 09:57:04 +02:00
containerfs
devicemapper
directory refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
discovery refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
dmesg
filenotify refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
fileutils refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
fsutils refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
homedir
idtools refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
ioutils Merge pull request #42543 from rainrambler/patch-1 2021-09-01 13:26:30 +02:00
jsonmessage
locker
longpath
loopback
mount
namesgenerator pkg/namesgenerator: replace uses of fmt.Sprintf() 2021-09-14 15:15:29 +02:00
parsers refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
pidfile refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
platform
plugingetter
plugins Merge pull request #41215 from cpuguy83/better_plugin_errors 2021-10-24 12:37:07 +09:00
pools
progress refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
pubsub
reexec
signal
stack refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
stdcopy refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
streamformatter
stringid
symlink
sysinfo Merge pull request #42796 from thaJeztah/containerd_seccomp_check 2021-08-29 03:05:59 +09:00
system Port pkg/system/mknod.go to FreeBSD 2021-09-22 09:47:35 +03:00
tailfile refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
tarsum refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
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!