From e0316ade0a07ef1f1c88eb09c08201d797d06ddb Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 23 Nov 2022 15:16:04 +0100 Subject: [PATCH] Add earthly.sh --- earthly.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 earthly.sh diff --git a/earthly.sh b/earthly.sh new file mode 100755 index 0000000..12b82a9 --- /dev/null +++ b/earthly.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +docker run --privileged -v /var/run/docker.sock:/var/run/docker.sock --rm -t -v $(pwd):/workspace -v earthly-tmp:/tmp/earthly:rw earthly/earthly:v0.6.21 --allow-privileged $@ \ No newline at end of file