https://github.com/sslab-gatech/bunshin
https://github.com/sslab-gatech/bunshin
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sslab-gatech/bunshin
- Owner: sslab-gatech
- Created: 2018-01-12T07:28:42.000Z (almost 8 years ago)
- Default Branch: gitlab
- Last Pushed: 2018-01-12T07:30:45.000Z (almost 8 years ago)
- Last Synced: 2025-03-21T15:45:28.678Z (10 months ago)
- Language: Python
- Size: 65.4 KB
- Stars: 5
- Watchers: 16
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```