Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support VirtFS (Plan 9 folder sharing over Virtio) #15

Closed
ailispaw opened this issue Feb 1, 2016 · 5 comments
Closed

Support VirtFS (Plan 9 folder sharing over Virtio) #15

ailispaw opened this issue Feb 1, 2016 · 5 comments

Comments

@ailispaw
Copy link
Owner

ailispaw commented Feb 1, 2016

machyve/xhyve#70 (comment)
http://wiki.qemu.org/Documentation/9psetup
boot2docker/boot2docker#89

@ailispaw
Copy link
Owner Author

ailispaw commented Feb 2, 2016

[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
Copy link
Owner Author

ailispaw commented Feb 3, 2016

[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
Copy link
Owner Author

ailispaw commented Feb 3, 2016

@ailispaw
Copy link
Owner Author

It doesn't seem stable and we can not use it as the docker root directory yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant