mirror of
https://github.com/kairos-io/ipxe-dhcp.git
synced 2025-04-28 02:50:12 +00:00
3 lines
187 B
Bash
3 lines
187 B
Bash
|
#!/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 $@
|