

We might just install Docker without aufs - to save some space and keep ourselves away from hassle. Being an out-of-tree kernel module, its installation relies on DKMS and thus sometimes fails to compile or load.īut then we have overlay2, which is now the preferred storage driver, for all currently supported Linux distributions, and requires no extra configuration. Install Dockerĭocker supports aufs storage driver and it was required on some old systems for Docker to run.

Supported architecture: amd64, armhf, arm64.

DebianĮcho "deb $(lsb_release -codename -short) stable" | sudo tee /etc/apt//docker.list Avoid both the use of obscure “convenience script” and the installation of out-of-tree kernel module.Ĭurl -fsSL | sudo gpg -dearmor -output /etc/apt/keyrings/docker-archive-keyring.gpgĬreate file /etc/apt//docker.list, with following distribution-specific content.
