Skip to content

sagron/docker-swarm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 43.2%
  • HTML 30.7%
  • Python 24.6%
  • Shell 1.5%