This is a proof of concept of a portable operating system a-la-docker.
It is a single binary that contains an image of an OS in SquashFS and the binary to run it.
a make
will build the binary with an embedded alpine image. make havre-xenial
will build a binary with an embedded ubuntu image.
What does the binary do?