SwarmHat is an platform for fastly setting up Docker Swarm orchestration cluster on local computer, using virtual machine
- Download and install VirtualBox
- Download and install Vagrant
- [Mac/Linux only] Install Ansible
- Download box
$ make download_box
- Initialize virtual machines
$ make init_vm
- Test all virtual machines is alive and config correctly
$ make test_ping_vm
- Initialize swarm cluster
$ make setup_swarm
- [Optional] This command will run a deployment template of FUChain
$ make deploy
- Finally, you can run to master node and enjoy with your cluster
$ vagrant ssh swarm-manager
- Phạm Hoàng Linh