Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save salrashid123/adf9ea0431a86308cf74b3a624faee40 to your computer and use it in GitHub Desktop.
Save salrashid123/adf9ea0431a86308cf74b3a624faee40 to your computer and use it in GitHub Desktop.
sudo su -
wget https://download.docker.com/linux/debian/dists/jessie/pool/edge/amd64/docker-ce_17.05.0~ce-0~debian-jessie_amd64.deb
dpkg -i docker-ce_17.05.0~ce-0~debian-jessie_amd64.deb
(press Y, when prompted)
service docker restart
exit
docker --version
Docker version 17.05.0-ce, build 89658be
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment