Linux Containers on the Pi: A Server Farm in the Palm of your hand
Details
Another container technology which can also run on SBCs is Linux Containers (LXC/LXD). Each LXC Container appears to have its own network stack. And therefore is much more flexible than Docker.
We'll run 20 webservers all with individual addresses, all listening on port 80, on the Pi, something that can't be done with Docker in its NAT-constrained world.