2015-01-06 10:37:27 -08: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 11:39:36 +01:00
|
|
|
// and store content related to container images.
|
2015-01-06 10:37:27 -08: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 10:37:27 -08:00
|
|
|
// README.md.
|
|
|
|
package distribution
|