2015-01-06 18:37:27 +00:00
|
|
|
// Package distribution will define the interfaces for the components of
|
|
|
|
// docker distribution. The goal is to allow users to reliably package, ship
|
2023-10-12 10:39:36 +00:00
|
|
|
// and store content related to container images.
|
2015-01-06 18:37:27 +00:00
|
|
|
//
|
2015-04-17 12:39:52 +00:00
|
|
|
// This is currently a work in progress. More details are available in the
|
2015-01-06 18:37:27 +00:00
|
|
|
// README.md.
|
|
|
|
package distribution
|