Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.14 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.14 KB

🎩 SwarmHat

SwarmHat is an platform for fastly setting up Docker Swarm orchestration cluster on local computer, using virtual machine

Prerequisites

  1. Download and install VirtualBox
  2. Download and install Vagrant
  3. [Mac/Linux only] Install Ansible

Stacks

Deployment

  1. Download box
  $ make download_box
  1. Initialize virtual machines
  $ make init_vm
  1. Test all virtual machines is alive and config correctly
  $ make test_ping_vm
  1. Initialize swarm cluster
  $ make setup_swarm
  1. [Optional] This command will run a deployment template of FUChain
  $ make deploy
  1. Finally, you can run to master node and enjoy with your cluster
  $ vagrant ssh swarm-manager

Authors

  • Phạm Hoàng Linh