Tag Archives: docker alternatives

Linux Containers (LXC) tutorial

Docker is a big deal these days. However, it is not the only game in town. Today, we are going to take a look at Linux containers, which is one alternative to Docker.

LXC homepage: https://linuxcontainers.org/lxc/introduction/

This tutorial has been composed with Debian 10. Notice that I am not using systemd(no systemctl commands).

#Installation of the needed software: Continue reading