01) Docker installation
Installing Docker
Linux
sudo -v ; curl -fsSL https://get.docker.com | sudo sh
sudo usermod -aG docker ${USER}On to the next step!
Last updated
sudo -v ; curl -fsSL https://get.docker.com | sudo shsudo usermod -aG docker ${USER}Last updated