Skip to content

Commit

Permalink
update readme with youtube video link
Browse files Browse the repository at this point in the history
  • Loading branch information
aelsabbahy committed Aug 8, 2016
1 parent c219e5c commit 5ac8838
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Miniswarm - Local docker swarm in one command

## What is Miniswarm?
Miniswarm is a tool that intends to make creating 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.
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.

## Prerequisites

Expand All @@ -10,7 +10,9 @@ Miniswarm is a tool that intends to make creating a local [Docker swarm](https:/
* Virtualbox

## Miniswarm and Docker swarm healthchecks tutorial (less than 10min)
I like to learn by doing, hopefully you do too. Lets install miniswarm, create a swarm cluster, deploy some apps and learn all the features of miniswarm in the process.
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**
```
Expand Down
2 changes: 1 addition & 1 deletion miniswarm
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ main() {
logs)
cmd_logs "${@:2}"
;;
""|help)
""|help|-h)
print_help
;;
*)
Expand Down

0 comments on commit 5ac8838

Please sign in to comment.