From e5a2eafa75d54cf5c1915c169c5e92f66c25b8cd Mon Sep 17 00:00:00 2001 From: Ahmed Elsabbahy Date: Mon, 8 Aug 2016 08:13:57 -0400 Subject: [PATCH] Update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1ea7b5e..a60ae40 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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