Skip to content

Instantly share code, notes, and snippets.

@Domin8-IPTV
Created October 27, 2017 22:20
Show Gist options
  • Select an option

  • Save Domin8-IPTV/d84e7db19754b1192cdf069dc7582ab3 to your computer and use it in GitHub Desktop.

Select an option

Save Domin8-IPTV/d84e7db19754b1192cdf069dc7582ab3 to your computer and use it in GitHub Desktop.
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