unikernel Questions

4

Solved

I am new to unikernels and the following links didn't help me much to understand them: https://searchitoperations.techtarget.com/definition/unikernel https://en.wikipedia.org/wiki/Unikernel When...
Gluteus asked 18/10, 2017 at 5:50

2

Solved

I've written a simple MirageOS-based Unikernel to execute a basic HTTP GET call. While it is working without any problems when I run it as a Unix binary, the moment I configure it for XEN (mirage c...
Osric asked 10/2, 2016 at 14:9

3

Solved

I recently deployed a tiny Haskell app with docker, using "scratch-haskell" as a base image. Then I read about Unikernels and HALVM. And I got a little confused. My docker container is about 6MB ...
Exportation asked 22/5, 2015 at 8:48

1

There's a number of projects that produce complete images from your app, bootable on xen as a machine. For example Erlang on Xen, OpenMirage, HaLVM, and others. Why is Xen the default hypervisor f...
Danyel asked 17/2, 2014 at 11:36

2

How is Docker related to exokernal approaches like MirageOS? For some information about MirageOS see: http://www.xenproject.org/developers/teams/mirage-os.html http://www.se-radio.net/2014/05/ep...
Watersoak asked 20/6, 2014 at 14:34

1

Solved

I don't quite understand what eg HaLVM or similar technologies do in terms of (OS) threads. I understand that when compiling code with the option -threaded then the Haskell multithreaded RTS will ...
Foolish asked 15/1, 2013 at 15:56
1

© 2022 - 2024 — McMap. All rights reserved.