Add earthly.sh

This commit is contained in:
Ettore Di Giacinto 2022-11-23 15:16:04 +01:00
parent 1c3a3ac510
commit e0316ade0a

3
earthly.sh Executable file
View File

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