Extremely simple implementation of a rootless Linux container for the educational purpose of learning about namespaces and cgroups.
Inspired and heavily derived from Liz Rice's talk
Includes an Alpine Linux rootfs to use.
git clone https://github.com/skovati/gocon
cd gocon
make install
gocon run echo hello from alpine!
gocon run /bin/sh