Is it possible to run executables/binaries (Already built) as unikernels?

137 Views Asked by At

TIA. Is it possible to run Linux binaries like chrome without building from source as unikernels?

2

There are 2 best solutions below

0
On BEST ANSWER

OSv unikernel (http://osv.io) is the answer.

0
On

It is indeed possible to run arbitrary linux ELFs as unikernels via tools such as https://ops.city && using the Nanos unikernel https://github.com/nanovms/nanos .

However, chrome itself would not be supported currently as that is a gui program and at least for Nanos programs they are server-side only.