/fork-python-runtime

The runtime which supports fork-starting a python application in an existing runc container

Primary LanguageGo

README

Make base fs for the runc container

make base-image # build the base image
make base-fs

Compile our own version of runc

git clone -b add-fork-command https://ipads.se.sjtu.edu.cn:1312/xcontainer/runc.git
cd runc
make static
export RUNC=${PWD}/runc