lfrancois / DSV

Docker Swarm 1.12 Environment with Vagrant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Docker Swarm 1.12 Environment with Vagrant


Languages

Language:Shell 100.0%