danjo133 / containerize

Small go program to create a shallow container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal Go container creator

run: go run containerize.go run /bin/sh

and you will have a minimal container to play around inside. Only the most basic of restrictions are there, like:

chroot namespace process space

About

Small go program to create a shallow container

License:Apache License 2.0


Languages

Language:Go 82.7%Language:Shell 17.3%