Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 191 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 191 Bytes

runtc

Tiny Linux container runtime

Prerequirement

  • Docker
  • Vagrant

Run

# in host
$ make init
$ vagrant up
$ vagrant ssh

# in vagrant
$ cd runtc
$ make init
$ make run