From 64d2a70af7026b0980be9b7144b25056167585d7 Mon Sep 17 00:00:00 2001 From: aheirman <48590738+aheirman@users.noreply.github.com> Date: Sun, 25 Apr 2021 19:16:47 +0200 Subject: [PATCH] Fix mistake in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 594a0e2..e69570e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Make your main pc/laptop the manager of the swarm using: It will return a command that allows your other pcs to join, use it. -On the main node run: `docker network create -d overlay my_docker_net` +On the main node run: `docker network create -d overlay my_docker_overlay_net` The problem is that we can't chain commands when starting a docker service create, so we'll have to modify the base abyssos/abyss:dev docker container. We'll need to download packages for the installation, we'll add these to the our modified package. This method might also reduce internet usage.