Docker

Installation

apt install docker

Giving your system user the right to access docker (in root)

usermod -aG docker <name of the user>

Restart system to let the changes take effect