make base-image # build the base image
make base-fs
git clone -b add-fork-command https://ipads.se.sjtu.edu.cn:1312/xcontainer/runc.git
cd runc
make static
export RUNC=${PWD}/runc
The runtime which supports fork-starting a python application in an existing runc container
Go