Created
October 27, 2017 22:20
-
-
Save Domin8-IPTV/d84e7db19754b1192cdf069dc7582ab3 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 apt-get update | |
| sudo apt-get install \ | |
| apt-transport-https \ | |
| ca-certificates \ | |
| curl \ | |
| gnupg2 \ | |
| software-properties-common | |
| sudo curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add - | |
| sudo echo "deb [arch=armhf] https://download.docker.com/linux/debian \ | |
| $(lsb_release -cs) stable" | \ | |
| sudo tee /etc/apt/sources.list.d/docker.list | |
| sudo apt-get update | |
| sudo apt-get install docker-ce -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment