From 71eac66b93f63716484b8f594e2c666d96a08f1d Mon Sep 17 00:00:00 2001 From: Adam Shamblin Date: Thu, 10 Nov 2022 16:34:12 -0700 Subject: [PATCH] wip, get containers on the same network --- cicd/earthly-setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cicd/earthly-setup.sh b/cicd/earthly-setup.sh index 8377c2cf..71edae22 100755 --- a/cicd/earthly-setup.sh +++ b/cicd/earthly-setup.sh @@ -3,6 +3,7 @@ docker run -d --restart always \ --privileged \ --name earthly-buildkit \ + --network host \ -t -p 8372:8372 \ -v earthly-tmp:/tmp/earthly:rw \ -v /var/run/docker.sock:/var/run/docker.sock \