An open API service indexing awesome lists of open source software.

https://github.com/sslab-gatech/bunshin


https://github.com/sslab-gatech/bunshin

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

Bunshin
=======

Documentation
-------------
Please see our ATC'17 [paper](https://sslab.gtisc.gatech.edu/assets/papers/2017/xu:bunshin.pdf)

Pop-up Vagrant
--------------
```
cd bunshin
vagrant up && vagrant ssh
cd /vagrant
```

Build Bunshin
-------------
```
cd template && ./gen.py
./mvee build
```

Install Bunshin kernel module
-----------------------------
```
./mvee launch
```

Try out Bunshin (2 variant)
---------------------------
```
./mvee buddy ls
```

A more generic way to run
-------------------------
```
./mvee run ...
```

Remove Bunshin kernel module
----------------------------
```
./mvee finish
```