kcrypt/earthly.sh

3 lines
191 B
Bash
Raw Permalink Normal View History

2022-11-23 14:16:04 +00:00
#!/bin/bash
2024-09-18 08:10:39 +00:00
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 "$@"