Hacker News new | ask | show | jobs
by jsnathan 3151 days ago
If you simply want the latest stable docker version, try:

  curl -o /tmp/get-docker.sh https://get.docker.com && bash /tmp/get-docker.sh
or even just

  curl https://get.docker.com | bash
You can also use this script to update to the latest version, if you previously used it to install.