diff options
Diffstat (limited to 'vendor/github.com/docker/distribution/doc.go')
-rw-r--r-- | vendor/github.com/docker/distribution/doc.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/github.com/docker/distribution/doc.go b/vendor/github.com/docker/distribution/doc.go new file mode 100644 index 000000000..bdd8cb708 --- /dev/null +++ b/vendor/github.com/docker/distribution/doc.go @@ -0,0 +1,7 @@ +// Package distribution will define the interfaces for the components of +// docker distribution. The goal is to allow users to reliably package, ship +// and store content related to docker images. +// +// This is currently a work in progress. More details are available in the +// README.md. +package distribution |