Created
September 26, 2014 20:23
-
-
Save papile/581dad02c9d7b396770a 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
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9 | |
sh -c "echo deb https://get.docker.io/ubuntu docker main > /etc/apt/sources.list.d/docker.list" | |
W: Failed to fetch https://get.docker.io/ubuntu/dists/docker/main/binary-amd64/Packages Protocol http not supported or disabled in libcurl | |
W: Failed to fetch https://get.docker.io/ubuntu/dists/docker/main/binary-i386/Packages Protocol http not supported or disabled in libcurl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment