mirror of
https://github.com/kairos-io/provider-kairos.git
synced 2025-09-18 08:19:54 +00:00
4 lines
191 B
Bash
Executable File
4 lines
191 B
Bash
Executable File
#!/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.7.8 --allow-privileged "$@"
|