github.com/inflatablewoman/deis@v1.0.1-0.20141111034523-a4511c46a6ce/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.