runq
runq copied to clipboard
Can we use host mouth directory?
Hi, As I see on the arch of runq, there is 9pfs component

I wonder if we can mount host folder to VM, like -v /home/user/data:/data
docker run --runtime runq -e RUNQ_MEM=512 -e RUNQ_CPU=2 -ti -v /home/user/data:/data busybox sh
Yes that works.