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