Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 845 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 845 Bytes

Docker Swarm Vagrant (DSV) - with 1.12

! Using VirtualBox as provider !

Deploy an environmnet using Vagrant with per default :

  • 1 Ubuntu machine running Docker Swarm as manager
  • 2 Ubuntu machines running Docker Swarm as worker

Using the last version of Docker 1.12.0 (2016-07-14)

This configuration activate the remote API on the manager on the port 4243, this port il also forwarded Guest to Host.

Possibility to change some settings like :

  • Add more workers
  • Change IP

How to

git clone https://github.com/julienstroheker/DSV.git
vagrant up
vagrant ssh manager
vagrant ssh node-1
vagrant ssh node-2
...

Ask questions or just follow me : @ju_stroh

Analytics