moby--moby/pkg
Ahmet Alp Balkan 802c905000 Make use of %USERPROFILE% in cli help message
An earlier commit was causing docker windows CLI build to not to pick up
the shorthand form for home directory (`%USERPROFILE%`) shown in when
`docker --help` is executed.

Fixing that bug and making the if statement concise and clear.

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
2015-03-11 02:14:49 -07:00
..
archive Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
broadcastwriter
chrootarchive
common
devicemapper Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
directory
fileutils
graphdb Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
homedir If $HOME is not set, return homedir from /etc/passwd 2015-03-10 10:00:22 -04:00
httputils Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
ioutils
iptables Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
jsonlog
listenbuffer
mflag Make use of %USERPROFILE% in cli help message 2015-03-11 02:14:49 -07:00
mount Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
namesgenerator
networkfs Add warning for --dns flag set to localhost addresses. 2015-03-10 14:43:17 -04:00
parsers Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
pools
promise
proxy Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
pubsub
reexec Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
signal
stdcopy Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
symlink Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
sysinfo Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
system Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
systemd Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
tailfile
tarsum Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
term Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
testutils Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
timeoutconn
timeutils Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
truncindex Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
ulimit
units Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
urlutil
version
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!