Closed fschmllr closed 1 year ago
My dev environment is as follows:
/dev/kvm
passed as device to use as platformHere is the command I use to run it using Docker:
mkdir BDSPRO && cd BDSPRO
docker run -it --rm -v $(pwd):/usr/src/unikraft --entrypoint bash --device /dev/kvm --privileged unikraft/kraft:staging
For Docker networking (incomplete):
docker network create virbr0
--network virbr0
to docker run
Please add your dev environments as well @ls-1801 @tipa12 @JossephMedina.
Using the do-httpreply script, I could build the app with
./do-httpreply setup ./do-httpreply build ./do-httpreply run
We should decide if we want to implement a pull or push-based unikernel architecture with regards to the tuple orchestration, Also look into what #12 is doing.
This issue is supposed to document the choices we have taken with regards to the architecture of our unikernel system.
Possible discussion points include