Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 198 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 198 Bytes

C2 (C Container)

教育目的のための小規模コンテナランタイム

Getting Started

mkdir rootfs
docker export $(docker create ubuntu) | tar -C rootfs -xvf -
make
./bin/c2