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 5f58d707ea Add files demonstrating cloud-init customization of Photon
Add files that demonstrate using cloud-init to customize Photon
instances.
2015-06-09 14:36:06 -06:00
consul Update comments in Vagrantfile 2015-02-10 12:46:56 -07:00
debian-generic Add files for generic Debian 8.0 VM 2015-06-02 15:21:23 -06:00
docker-swarm Finalize instructions 2015-03-05 15:01:49 -07:00
docker-swarm-etcd Update to final instructions 2015-04-16 23:40:16 -06:00
etcd-2.0 addressing comments 2015-04-16 14:07:51 -05:00
lxd Update README.md to final version 2015-05-06 15:26:25 -06:00
lxd-ovs Commit changes for LXD-OVS environment 2015-06-02 14:52:15 -06:00
openstack-cli Fix typo in openstack-cli/README.md 2015-05-21 08:56:49 -06:00
photon Update Vagrantfile, add servers.yml 2015-04-20 21:50:37 -06:00
photon-cloudinit Add files demonstrating cloud-init customization of Photon 2015-06-09 14:36:06 -06:00
rkt Update information on "rkt" folder 2015-05-21 09:16:13 -06:00
swarm-consul-openstack Add "swarm-consul-openstacK" folder and files 2015-05-21 09:08:35 -06:00
ubuntu-generic Push "ubuntu-generic" folder 2015-05-21 08:53:37 -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 Update .gitignore 2015-04-24 12:37:01 -06:00
LICENSE Initial commit 2015-02-05 13:05:53 -07:00
README.md Update README.md 2015-06-02 15:24:34 -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.

debian-generic: This folder has a Vagrant environment for spinning up a generic, 64-bit Debian 8.0 ("Jessie") VM. Note there's nothing special here---just a plain, generic Debian VM.

docker-swarm-etcd: In this folder is a Vagrantfile and supporting files for turning up an etcd 2.0-backed Docker Swarm cluster.

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.

lxd-ovs: Use the Vagrantfile and other files in this directory to work with LXD and Open vSwitch (OVS) 2.3.1 on Ubuntu 14.04. Use the instructions from the lxd directory to set up containers and container images.

lxd: In this folder you'll find a Vagrantfile, instructions, and other files to help work with LXD (pronounced "lex-dee"), a new daemon and CLI for working with LXC-based OS containers.

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.

photon: This folder contains the files to spin up an instance of the VMware Photon Technical Preview using Vagrant.

rkt: This folder contains the files to work with rkt, the CoreOS implementation of the App Container (appc) specification, on Ubuntu 14.04. THIS ENVIRONMENT IS NOT YET FULLY FUNCTIONAL.

swarm-consul-openstack: This folder contains files to create a Consul-backed Docker Swarm cluster on OpenStack. THIS ENVIRONMENT IS NOT YET FULLY FUNCTIONAL.

ubuntu-generic: This folder contains a Vagrant environment for spinning up a generic 64-bit Ubuntu 14.04 VM. Note there's nothing special going on here---just a plain, generic, Ubuntu VM.

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.