docker-root-xhyve
docker-root-xhyve copied to clipboard
DockerRoot running on xhyve hypervisor
I probably am not understanding something, but how do you upgrade Docker itself? Since I saw https://github.com/ailispaw/docker-root/pull/29/commits (I know that commit is from docker-root and not docker-root-xhyve) I thought that...
https://github.com/ailispaw/docker-root-xhyve/tree/virtfs ``` $ git clone https://github.com/ailispaw/xhyve $ cd xhyve $ make $ cp build/xhyve /usr/local/bin/ # You may require sudo ``` ``` $ git clone https://github.com/ailispaw/docker-root-xhyve $ cd docker-root-xhyve $...