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
- Host: GitHub
- URL: https://github.com/eficode/docker-swarm-demo
- Owner: eficode
- Created: 2016-05-29T13:27:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-10T16:20:58.000Z (over 9 years ago)
- Last Synced: 2025-11-10T16:34:29.906Z (8 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 2
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)