Skip to content
Michael edited this page Sep 30, 2016 · 5 revisions

Welcome to the Vagrant_Docker_Enterprise wiki!

Will have to improve this page, but to get started (after running vagrant up) open your browser and go to http://192.168.33.101:8282.

This will get you to VMware Admiral, a container host management platform. From there, you can add the worker node(s) as well as the private docker registry (harbor node).

To add the worker nodes, click on "Hosts" and type in http://192.168.33.103:2375 for the IP / Host name (note: if you don't put a leading http:// it will default to https://, which will fail in this particular Vagrant setup). The only other required field is the resource pool, which you can select the default-resource-pool. Hit add. You can repeat these steps to add the other worker (http://192.168.33.104:2375)

To add the registry node (Harbor) (under Admiral -> Templates -> Manage Registries) enter "http://harbor.local:80" in IP/ Hostname (don´t forget to provide the credentials, they default to admin/Harbor12345).

Note: DNS does not resolve outside of the Vagrant machines.

For details see the user guides on VMware Harbor (https://github.com/vmware/harbor/blob/master/docs/user_guide.md) and VMware Admiral (https://github.com/vmware/admiral/wiki/User-guide)

Thx @ryandotclair for the updates.

Clone this wiki locally