-
Sorry, probably a dumb question, but I run this unikernel on EC2?
-
not sure where the 'disk.raw' is coming from or if it's a tmp file not being removed?
```
ops image create -c ~/config.json --package mysql_5.7.29 -i mysql-unikernel-test -t gcp
```
```
ls -l…
-
### Overview
Unikraft is a highly modular library operating system designed for the cloud. It's high degree of modularization allows for extreme customization and specialization. As such, its tool…
-
`KV` is the canonical example that has a variety of implementations we'd like to support:
- `kv-mem`
- `kv-unix` (`-t unix` only)
- `kv-dns` (NYI)
- `kv-git`
- `kv-fat` (atm via fs bridge)
- `cr…
-
We'll use the issue tracker here for discussion and questions about the code in the demo.
Since this was presented as a 'cool hack' [1], we're not expecting to push any new commits to this codebase,…
-
I'm not familiar with Haskell, but is the zone fixed to eu-west-2a?
https://github.com/GaloisInc/ec2-unikernel/blob/master/src/CommandLine.hs#L60
-
According to the discussion in https://github.com/hermitcore/uhyve/issues/30#issuecomment-792037267 this might still be impossible or very difficult at least.
It would make it much easier to host m…
-
Is anyone working on osv-hdfs? I am interested in building a unikernel image for hdfs, is there a reference available to jump start?
-
You can't change the world unless you can deploy everywhere.
You can't change the world unless you can't be stopped from deploying.
You can't change the world unless you can deploy.
You can't chang…
-
# Unikernel与组件化概念 - ArceOS Tutorial Book
[https://oslearning365.github.io/arceos-tutorial-book/ch00-05.html](https://oslearning365.github.io/arceos-tutorial-book/ch00-05.html)