TheNewNormal / corectl.app

Controlling app of corectld server daemon for macOS
Apache License 2.0
167 stars 15 forks source link

[question] Built-in Docker Registry #27

Closed whitlockjc closed 8 years ago

whitlockjc commented 8 years ago

The project README suggests that the Docker Registry is now provided by this project. If I run corectl.app and try to access http://192.168.64.1:5000/v2/_catalog, nothing responds. It also shows no VMs running. Is the Docker Registry only ran when you have other VMs running? I'm trying to update my gist for developing against/for Kubernetes to use your DMGs instead of brew and I wanted to make sure I document this right.

whitlockjc commented 8 years ago

Yup, that was it. Once I ran Kube-Solo.app and had it running, the registry was accessible. Sorry for the noise.

rimusz commented 8 years ago

yup, it is just a go binary running by corectl.app so in that way it allows registry to be shareable between all VMs