Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.22 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.22 KB

This repository contains code used in the Scaling To Infinity with Docker Swarm, Docker Compose and Consul article series:

Note for Windows users:

If you run into issues with ansible complaining about executable permissions, try modifying the Vagrantfile's synced_folder entry from this:

  config.vm.synced_folder ".", "/vagrant"

to this:

  config.vm.synced_folder ".", "/vagrant", mount_options: [“dmode=700,fmode=600]