Open ChaoyiHuang opened 8 months ago
kraft 0.7.5 follow the first part of the readme
git clone https://github.com/unikraft/app-redis redis cd redis/ kraft build
kraft run --target redis-qemu-x86_64-initrd --initrd ./rootfs -p 6379:6379 -- /redis.conf
kraft 0.7.7 same issue: Fatal error, can't open config file '/redis.conf': Not a directory
kraft 0.7.5 follow the first part of the readme
git clone https://github.com/unikraft/app-redis redis cd redis/ kraft build
kraft run --target redis-qemu-x86_64-initrd --initrd ./rootfs -p 6379:6379 -- /redis.conf