github.com/greenboxal/deis@v1.12.1/contrib/docker-registry/README.md (about)

     1  Private Docker registry
     2  =======================
     3  
     4  This directory provides a Vagrantfile and user-data file to provision and configure a CoreOS machine
     5  which runs a private Docker registry. This is useful for testing Deis because it is significantly
     6  faster than the public Docker registry.
     7  
     8  To run the registry, in this directory simply:
     9  ```console
    10  $ vagrant up
    11  ```
    12  
    13  The registry will then be accessible at `172.21.12.100:5000` from any other local VM, including
    14  Deis machines.