How do I create a container?
The basic work flow to creating a container is simple:
Build rootfs --> Import container --> Use Container
Creating the rootfs
You can use all sorts of tools to create the root FS as well.
Brian's example used Buildroot to create a root FS and that's what I'll do here.