Instead of digging through the docs at Docker's website here are the key commands to quickly install docker on a Linux host.
$ curl -fsSL https://get.docker.com -o get-docker.sh$ sudo sh get-docker.sh
Install Docker Engine on Ubuntu | Docker Documentation
No comments:
Post a Comment