A collection of tools and files for learning new technologies This repository contains a variety of files and tools for learning new technologies. It is aimed at existing IT professionals who need some help coming up to speed with new technologies, products, or open source projects. If you're interested in contributing, please see the guidelines.
Find a file
Scott Lowe b5c8824e70 Add changes from etcd-2.0 project
Add ERB template for generating etcd override files. Update the
Vagrantfile to automatically generate etcd override files. Update
the provisioning script for easier changes in the future.
2015-04-16 22:19:32 -06:00
consul Update comments in Vagrantfile 2015-02-10 12:46:56 -07:00
docker-swarm Finalize instructions 2015-03-05 15:01:49 -07:00
docker-swarm-etcd Add changes from etcd-2.0 project 2015-04-16 22:19:32 -06:00
etcd-2.0 addressing comments 2015-04-16 14:07:51 -05:00
openstack-cli Add final version of README.md 2015-03-10 22:04:02 -06:00
vagrant-docker Update README.md with final instructions 2015-02-10 17:21:06 -07:00
vagrant-docker-yaml Add files for multi-container Docker environments with Vagrant 2015-02-11 10:11:27 -07:00
.gitignore Add .gitignore, update README.md 2015-02-05 13:08:29 -07:00
LICENSE Initial commit 2015-02-05 13:05:53 -07:00
README.md Update README.md with information on new projects 2015-04-16 12:57:50 -06:00

Learning Tools

This repository contains a variety of files and tools for learning new technologies. It is aimed at existing IT professionals who need some help coming up to speed with new technologies, products, or open source projects.

Contents

consul: In this folder you'll find a Vagrantfile and supporting documents to run a Consul cluster under Vagrant on your local laptop.

docker-swarm-etcd: In this folder is a Vagrantfile and supporting files for turning up a Docker Swarm cluster powered by etcd 2.0. (INCOMPLETE)

docker-swarm: This folder contains a Vagrantfile and supporting files to run a Consul-backed Docker Swarm cluster under Vagrant on your local system.

etcd-2.0: Use the Vagrantfile and other files in this directory to turn up an etcd 2.0.9 cluster running on Ubuntu 14.04.

openstack-cli: This folder contains the files for a Vagrant environment that spins up an Ubuntu box with all the OpenStack CLI clients pre-installed.

vagrant-docker-yaml: This folder is an extension of "vagrant-docker" in that it provides the ability to specify the list of Docker containers that Vagrant will create in a separate YAML file.

vagrant-docker: In this folder you'll find Vagrantfiles and supporting documents for using the Docker provider in Vagrant to turn up Docker containers.

License

This content is licensed under the MIT License.