Using nomad with unikernel

We’re moving towards unikernel approach for running applications. Our application doesn’t run inside a docker container, but inside a unikernel(https://unikraft.org/). Can we use nomad in combination with a unikernel approach?

Hi @km89! Nomad can run virtual machine workloads with the qemu driver on KVM. Fair warning: it’s in need of a bit of a refresh. There’s also a community task driver for Firecracker if you’d rather use that as the VMM.