curl -fsSL https://get.docker.com | sh
sudo usermod -aG docker $USER sudo chmod 666 /var/run/docker.sock
sudo systemctl start docker sudo systemctl enable docker