Learning What Is A Container inspired by https://github.com/lizrice/containers-from-scratch and https://www.infoq.com/articles/build-a-container-golang.
Try experiment with (Linux only)
# require Go installed
$ go run main.go run /bin/bash
# or, after make
$ ./container0 run /bin/bash