Created
January 20, 2017 11:45
-
-
Save DeviaVir/b8dc2eef2a21102df3c2bfe21a24f7ca to your computer and use it in GitHub Desktop.
Musings while trying to install docker engine
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
# following steps from https://docs.docker.com/engine/installation/linux/debian/#/install-using-the-repository | |
$ sudo apt-get update | |
[...] | |
Err https://apt.dockerproject.org jessie/main amd64 Packages | |
HttpError403 | |
Get:59 https://apt.dockerproject.org jessie/testing amd64 Packages [454 B] | |
Err https://apt.dockerproject.org jessie/testing amd64 Packages | |
HttpError403 | |
Get:60 https://apt.dockerproject.org jessie/main Translation-en_US [454 B] | |
Ign https://apt.dockerproject.org jessie/main Translation-en_US | |
Get:61 https://apt.dockerproject.org jessie/main Translation-en [454 B] | |
Ign https://apt.dockerproject.org jessie/main Translation-en | |
Get:62 https://apt.dockerproject.org jessie/main Translation-en_US.UTF-8 [454 B] | |
Ign https://apt.dockerproject.org jessie/main Translation-en_US.UTF-8 | |
Get:63 https://apt.dockerproject.org jessie/testing Translation-en_US [454 B] | |
Ign https://apt.dockerproject.org jessie/testing Translation-en_US | |
Get:64 https://apt.dockerproject.org jessie/testing Translation-en [454 B] | |
Ign https://apt.dockerproject.org jessie/testing Translation-en | |
Get:65 https://apt.dockerproject.org jessie/testing Translation-en_US.UTF-8 [454 B] | |
Ign https://apt.dockerproject.org jessie/testing Translation-en_US.UTF-8 | |
Fetched 120 kB in 6s (19.5 kB/s) | |
W: Failed to fetch https://apt.dockerproject.org/repo/pool/dists/jessie/main/binary-amd64/Packages HttpError403 | |
W: Failed to fetch https://apt.dockerproject.org/repo/pool/dists/jessie/testing/binary-amd64/Packages HttpError403 | |
E: Some index files failed to download. They have been ignored, or old ones used instead. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment