Created
July 29, 2017 04:28
-
-
Save salrashid123/adf9ea0431a86308cf74b3a624faee40 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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