Fix mistake in readme

This commit is contained in:
aheirman 2021-04-25 19:16:47 +02:00 committed by GitHub
parent 08ba15ed9d
commit 64d2a70af7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.