moby--moby/pkg
Josh Soref 39bcaee47b
Spelling fixes
* additional
* ambiguous
* anonymous
* anything
* application
* because
* before
* building
* capabilities
* circumstances
* commit
* committer
* compresses
* concatenated
* config
* container
* container's
* current
* definition
* delimiter
* disassociates
* discovery
* distributed
* doesnotexist
* downloads
* duplicates
* either
* enhancing
* enumerate
* escapable
* exactly
* expect
* expectations
* expected
* explicitly
* false
* filesystem
* following
* forbidden
* git with
* healthcheck
* ignore
* independent
* inheritance
* investigating
* irrelevant
* it
* logging
* looking
* membership
* mimic
* minimum
* modify
* mountpoint
* multiline
* notifier
* outputting
* outside
* overridden
* override
* parsable
* plugins
* precedence
* propagation
* provided
* provides
* registries
* repositories
* returning
* settings
* should
* signals
* someone
* something
* specifically
* successfully
* synchronize
* they've
* thinking
* uninitialized
* unintentionally
* unmarshaling
* unnamed
* unreferenced
* verify

Signed-off-by: Josh Soref <jsoref@gmail.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-07-03 13:13:09 -07:00
..
aaparser
archive Spelling fixes 2017-07-03 13:13:09 -07:00
authorization Spelling fixes 2017-07-03 13:13:09 -07:00
broadcaster
chrootarchive
devicemapper Spelling fixes 2017-07-03 13:13:09 -07:00
directory
discovery
filenotify Spelling fixes 2017-07-03 13:13:09 -07:00
fileutils
fsutils
homedir
idtools
ioutils
jsonlog
jsonmessage
listeners
locker
longpath
loopback
mount
namesgenerator
parsers
pidfile
platform
plugingetter
plugins Spelling fixes 2017-07-03 13:13:09 -07:00
pools
progress
promise
pubsub
reexec
registrar Spelling fixes 2017-07-03 13:13:09 -07:00
signal
stdcopy Spelling fixes 2017-07-03 13:13:09 -07:00
streamformatter
stringid
stringutils
symlink Spelling fixes 2017-07-03 13:13:09 -07:00
sysinfo
system Spelling fixes 2017-07-03 13:13:09 -07:00
tailfile
tarsum
templates Spelling fixes 2017-07-03 13:13:09 -07:00
term
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!