Installing Docker
apt install docker.ioAlternatively you can use the official docker install script
wget -qO- https://get.docker.com/ | shInstall docker-compose
wget https://raw.githubusercontent.com/Secure-Compliance-Solutions-LLC/GVM-Docker/docker-install/install-dockercompose.sh
bash install-dockercompose.shInstall docker-cleanup command
wget https://raw.githubusercontent.com/Secure-Compliance-Solutions-LLC/GVM-Docker/docker-install/docker-cleanup.sh
bash docker-cleanup.shLast updated