Skip to content

Files

This branch is 25970 commits behind moby/moby:master.

pkg

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 15, 2016
Jun 23, 2016
Jun 14, 2016
Dec 10, 2015
Jun 10, 2016
Jun 11, 2016
May 30, 2016
May 28, 2016
Feb 24, 2016
Jul 1, 2016
Jun 2, 2016
Mar 3, 2016
Feb 29, 2016
Jun 2, 2016
Apr 6, 2016
May 25, 2016
Jun 29, 2016
May 7, 2016
Jun 2, 2016
May 23, 2016
Dec 13, 2015
Oct 1, 2015
Jun 11, 2016
Jun 2, 2016
May 27, 2016
Jul 2, 2016
Jun 2, 2016
Apr 18, 2016
May 26, 2016
Jun 14, 2016
Jun 23, 2016
Jun 2, 2016
Sep 30, 2014
Feb 24, 2016
Dec 13, 2015
May 23, 2016
Apr 9, 2016
Jun 11, 2016
Mar 26, 2016
May 31, 2016
Apr 9, 2016
Apr 9, 2016
Mar 17, 2016
Jun 30, 2016
May 23, 2016
Aug 7, 2015
Apr 15, 2016
May 25, 2016
Jul 7, 2016
Nov 2, 2015
Mar 17, 2016
Apr 28, 2016
Dec 13, 2015
Dec 23, 2013

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!