...

Source file src/github.com/docker/distribution/doc.go

Documentation: github.com/docker/distribution

     1  // Package distribution will define the interfaces for the components of
     2  // docker distribution. The goal is to allow users to reliably package, ship
     3  // and store content related to docker images.
     4  //
     5  // This is currently a work in progress. More details are available in the
     6  // README.md.
     7  package distribution
     8  

View as plain text