# Docker ## Installation ``` apt install docker ``` Giving your system user the right to access docker (in root) ``` usermod -aG docker ``` Restart system to let the changes take effect