1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg
Andrea Luzzardi e0c9d7b654 Add MemInfo to the system pkg.
MemInfo provides a simple API to get memory information from the
system.

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2014-10-22 14:05:45 -07:00
..
archive Make container.Copy support volumes 2014-10-20 20:23:01 -04:00
broadcastwriter
fileutils
graphdb pkg/graphdb: some linting 2014-10-06 22:57:27 +03:00
httputils
ioutils
iptables
jsonlog
listenbuffer
log
mflag
mount
namesgenerator
networkfs
parsers Adding capability to filter by name, id or status to list containers api 2014-10-20 18:33:20 +00:00
pools
promise
proxy
signal
stdcopy
symlink
sysinfo
system Add MemInfo to the system pkg. 2014-10-22 14:05:45 -07:00
systemd
tailfile
tarsum
term
testutils
timeutils pkg/timeutils: lint and add comments 2014-10-06 22:27:56 +03:00
truncindex pkg/truncindex: lint and add comments 2014-10-06 22:00:58 +03:00
units Merge pull request #8423 from unclejack/lint_changes 2014-10-21 12:15:58 -04:00
version pkg/version: lint and add comments 2014-10-06 18:41:53 +03:00
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!