Support VirtFS (Plan 9 folder sharing over Virtio)
Closed this issue · 5 comments
ailispaw commented
ailispaw commented
ailispaw commented
[docker@docker-root ~]$ sudo mkdir -p /mnt/host
[docker@docker-root ~]$ sudo mount -t 9p -o trans=virtio -o version=9p2000.u -o access=any host /mnt/host
ailispaw commented
[docker@docker-root ~]$ sudo mount -t 9p -o version=9p2000 -o trans=virtio -o access=any -o uname=ailispaw -o dfltuid=1000 -o dfltgid=1000 host /mnt/host
ailispaw commented
ailispaw commented
It doesn't seem stable and we can not use it as the docker root directory yet.