An open API service indexing awesome lists of open source software.

https://github.com/eficode/docker-swarm-demo

How to run Docker Swarm in 5 minutes in AWS or Virtualbox
https://github.com/eficode/docker-swarm-demo

Last synced: about 23 hours ago
JSON representation

How to run Docker Swarm in 5 minutes in AWS or Virtualbox

Awesome Lists containing this project

README

          

# Docker Swarm Demo

How to run docker swarm with service routing in 5 minutes locally or in AWS.

## Select installation type and enter folder:
* Install into [Amazon AWS](https://aws.amazon.com/): `cd aws_installation`
* Install locally with [Virtualbox](https://www.virtualbox.org/): `cd local_installation`

## Installation
* [AWS](aws_installation/README.md)
* [Local](local_installation/README.md)