From ade01ce2609590b4f8158b5c05cffa6578e2c518 Mon Sep 17 00:00:00 2001 From: drunkendog Date: Thu, 22 Sep 2022 19:19:52 +0100 Subject: [PATCH] Update 'scripts/get-docker.sh' --- scripts/get-docker.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/get-docker.sh b/scripts/get-docker.sh index 0adaf15..fb827ac 100644 --- a/scripts/get-docker.sh +++ b/scripts/get-docker.sh @@ -1 +1,2 @@ -curl -sL https://get.docker.com | sh \ No newline at end of file +curl -sL https://get.docker.com | sh +docker network create --subnet=172.32.0.0/16 main_subnet \ No newline at end of file