jitsu
jitsu copied to clipboard
A DNS server that automatically starts unikernels on demand
Currently requires suid/sudo to bind to port 53 and set up Xenstore. Use https://github.com/andrenth/release ?
Hello, Was hoping to have a play with this but the dependencies seem to be broken: $ opam install jitsu The following dependencies couldn't be met: - jitsu -> irmin
For jitsu we use a faster vif setup script (available [here](https://github.com/mirage/jitsu/blob/master/scripts/fast-vif-bridge) and in C [here](https://github.com/mirage/jitsu/blob/master/scripts/add_vif.c)) instead of the default in /etc/xen/scripts/vif-bridge. With mirage-net-xen version 1.4.1 they stopped working. Downgrading to...
We can use this issue to track the list of things to be done before the release: - [x] have basic tests working on the TCP/IP stack [1](https://github.com/mirage/mirage-tcpip/pull/129) - [...
Jitsu should be able to manage the synjitsu unikernel. This would include: - starting/stopping synjitsu - setting up /ip with write permissions for synjitsu only - allow booted unikernels to...