Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aelsabbahy committed Aug 8, 2016
1 parent 72c2914 commit e5a2eaf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Miniswarm - Docker swarm in one command

## What is Miniswarm?
Miniswarm is a tool that intends to make creating and managing a local [Docker swarm](https://docs.docker.com/engine/swarm/) cluster as easy as possible. Miniswarm was inspired by [Minikube](https://github.com/kubernetes/minikube) which does a similar thing for kubernetes clusters. See FAQ below for inof on managing a remote swarm.
Miniswarm is a tool that intends to make creating and managing a local [Docker swarm](https://docs.docker.com/engine/swarm/) cluster as easy as possible. Miniswarm was inspired by [Minikube](https://github.com/kubernetes/minikube) which does a similar thing for kubernetes clusters. See FAQ below for info on managing a remote swarm.

The tool takes less than 10 minutes to learn, see the tutorial section below, or watch this tutorial video:
* [Miniswarm: docker swarm tutorial](https://youtu.be/in1ItGKDr98)

## Prerequisites

Expand All @@ -12,8 +15,6 @@ Miniswarm is a tool that intends to make creating and managing a local [Docker s
## Miniswarm and Docker swarm healthchecks tutorial (less than 10min)
In this tutorial we'll install miniswarm, create a swarm cluster, deploy some apps and learn all the features of miniswarm in the process.

If you prefer a video, I've posted a video of this tutorial here: https://youtu.be/in1ItGKDr98

**Install**
```
# As root
Expand Down

0 comments on commit e5a2eaf

Please sign in to comment.