mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Using statically linked busybox binary to setup a basic rootfs for testing, by symlinking it to provide the basic commands used in tests. I considered using a proper rootfs tarball, but the overhead of managing tarfile and expanding it seems significant enough that I went with this implementation.