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