Creates a local swarm environment for testing and evaluation.
- Docker Machine
- Virtualbox
Create the swarm:
$ make
Open the Consul UI:
$ open http://$(docker-machine ip manager):8500
Open the Shipyard UI:
$ open http://$(docker-machine ip manager):8080
The default username/password is admin/shipyard.
- Manager
- Consul Server
- Registrator
- Swarm Manager
- RethinkDB
- Shipyard Controller
- Agent 1
- Consul Agent
- Registrator
- Swarm Node
- Agent 2
- Consul Agent
- Registrator
- Swarm Node