n/sh", NULL}; execvp(args[0], args); return 0; } int main() { printf("Creating container...\n"); pid_t pid = clone(child_func, child_stack + STACK_SIZE, CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | CLONE_NEWPID | CLONE_NEWNET | CLONE_NEWUSER | CLONE_NEWCGROUP | SIGCHLD,

点赞(0) 打赏

评论列表 共有 0 条评论

暂无评论
立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部