How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "josh-rivers-cdk/centos-docker-consul"
end
vagrant init josh-rivers-cdk/centos-docker-consul
vagrant up
This version was created over 7 years ago.
Updated to Docker 17.03.0
This version was created over 8 years ago.
Update for fresher version of Parallels tools and to more closely match current Text Connect Production.
This version was created over 8 years ago.
Added dns troubleshooting tools.
This version was created over 8 years ago.
Added ipforwarding configuration to sysctl.
This version was created over 8 years ago.
Fixed consul to listen for connections on all interfaces. Added host introspection for containers.
This version was created over 8 years ago.
Initial working version.