curl -fsSl https://get.docker.com/ -o get-docker.sh && \ sh get-docker.sh && \ rm get-docker.sh
apt install python3-pip && pip3 install docker-compose
sudo usermod -aG docker username