moby--moby/pkg
Victor Vieux fa7db52e26 Merge pull request #34135 from tklauser/more-unix-fns
Replace manually written wrappers by functions from x/sys/unix
2017-07-18 20:43:13 +02:00
..
aaparser
archive archive: add test for prefix header 2017-07-14 10:20:48 -07:00
authorization Spelling fixes 2017-07-03 13:13:09 -07:00
broadcaster
chrootarchive [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
devicemapper devmapper_wrapper.go: fix gcc warning 2017-07-17 17:46:44 -07:00
directory
discovery
filenotify Spelling fixes 2017-07-03 13:13:09 -07:00
fileutils
fsutils [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
homedir Split homedir files by operating system 2017-07-10 14:10:43 +01:00
idtools
ioutils
jsonlog
jsonmessage
listeners
locker
longpath
loopback loopback: use IoctlGetInt/IoctlSetInt from x/sys/unix 2017-07-17 10:37:42 +02:00
mount In the case of remounting with changed data, need to call mount 2017-07-13 15:48:58 +01:00
namesgenerator
parsers [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
pidfile [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
platform [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
plugingetter
plugins Spelling fixes 2017-07-03 13:13:09 -07:00
pools
progress
promise
pubsub Make plugin emit strongly typed, consumable events 2017-07-06 14:26:06 -04:00
reexec [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
signal [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
stdcopy Spelling fixes 2017-07-03 13:13:09 -07:00
streamformatter
stringid
stringutils
symlink [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
sysinfo sysinfo: use Prctl() from x/sys/unix 2017-07-17 10:37:42 +02:00
system system: Use symlink xattr functions from x/sys/unix 2017-07-12 14:52:42 +02:00
tailfile
tarsum
templates Spelling fixes 2017-07-03 13:13:09 -07:00
term [pkg/term] use IoctlGetTermios/IoctlSetTermios from x/sys/unix 2017-07-17 10:37:42 +02:00
testutil Spelling fixes 2017-07-03 13:13:09 -07:00
tlsconfig
truncindex
urlutil
useragent
README.md

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!