wip, get containers on the same network

This commit is contained in:
Adam Shamblin 2022-11-10 16:34:12 -07:00
parent 5b86843739
commit 71eac66b93
No known key found for this signature in database
GPG Key ID: 22E0BC8E6B4D8C8E

View File

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