Installing Docker
- Run the convenience script:
curl -fsSL https://get.docker.com -o get-docker.sh - Execute it:
sh get-docker.sh - Start Docker:
sudo systemctl start docker - Verify:
docker run hello-world
curl -fsSL https://get.docker.com -o get-docker.shsh get-docker.shsudo systemctl start dockerdocker run hello-world