Docker
Install ▶️
curl -fsSL https://get.docker.com | sh
sudo usermod -aG docker $USER
newgrp docker
docker run hello-worldTips 💡
Last updated
Was this helpful?
curl -fsSL https://get.docker.com | sh
sudo usermod -aG docker $USER
newgrp docker
docker run hello-worldLast updated
Was this helpful?
Was this helpful?