Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 852 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 852 Bytes

Orchestration & Networking demo

This repo contains some basic Docker demos and integration with various Databases

  • Aerospike
  • MariaDB
  • MongoDB

The goal of the demo is to show the end to end development life-cycle building a Web + database application with the Docker eco-system. The demo specifically shows

  • Deployment & Testing in development
  • Definition & orchestration of services, in development and production
  • Injecting production requirements e.g. HAProxy for Load balancing, concrete versions
  • Scaling Services

Cavets

  • has been tested on Docker 1.12.1
  • has been tested on os-x 10.10 & 10.11
  • scripts will create machines based on the vmwarefusion driver. If you don't have that, then you will need to make some changes
  • because boot2docker.iso is used, the locations of files will change if you use Ubuntu or something else.