<echelon>
any plans for supporting mirage on *bsd?
<echelon>
oh wait, it says it's already supported on bhybe
<echelon>
hyve
<hannes>
echelon: it works fine on FreeBSD/bhyve and OpenBSD/VMM
<echelon>
cool, thanks
jnavila has joined #mirage
jnavila has quit [Ping timeout: 260 seconds]
<echelon>
so, freebsd/openbsd can run a mirafg
<echelon>
err
<echelon>
mirageos for running docker? or would that require additional work
<hannes>
hmm?
<hannes>
I'm not sure I understand the question. MirageOS is a unikernel/library operating system on top of a hypervisor. It does _not_ contain a complete C library, etc. - but requires the unikernel to be written (exclusively) in OCaml. I have not seen anyone implementing docker in OCaml.
<hannes>
on the other side, some of the MirageOS libraries are used by Docker for windows and Docker for Mac to transprt network packets and file system between the docker guests and the hostsystem.
xuqzab[m] has joined #mirage
<echelon>
i thought the point of unikernels was to provide a guest kernel for docker containers