Created
June 2, 2016 14:57
-
-
Save johnbuhay/8bb4742ada04f1615267450d521e5025 to your computer and use it in GitHub Desktop.
curl -sSL https://get.docker.com/ | sh
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
| 10:44:13 sh: 1: modprobe: not found | |
| 10:44:13 Warning: current kernel is not supported by the linux-image-extra-virtual | |
| 10:44:13 package. We have no AUFS support. Consider installing the packages | |
| 10:44:13 linux-image-virtual kernel and linux-image-extra-virtual for AUFS support. | |
| 10:44:13 + sleep 10 | |
| 10:44:23 + sudo -E sh -c apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D | |
| 10:44:28 Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.Hr5DxDRlw3 --no-auto-check-trustdb --trust-model always --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-security-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-stable.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-squeeze-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-squeeze-stable.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-wheezy-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-wheezy-stable.gpg --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D | |
| 10:44:28 gpg: requesting key 2C52609D from hkp server ha.pool.sks-keyservers.net | |
| 10:44:28 gpg: key 2C52609D: public key "Docker Release Tool (releasedocker) <docker@docker.com>" imported | |
| 10:44:28 gpg: Total number processed: 1 | |
| 10:44:28 gpg: imported: 1 (RSA: 1) | |
| 10:44:28 + break | |
| 10:44:28 + sudo -E sh -c apt-key adv -k 58118E89F3A912897C070ADBF76221572C52609D >/dev/null | |
| 10:44:33 + sudo -E sh -c mkdir -p /etc/apt/sources.list.d | |
| 10:44:33 + dpkg --print-architecture | |
| 10:44:33 + sudo -E sh -c echo deb [arch=amd64] https://apt.dockerproject.org/repo debian-jessie main > /etc/apt/sources.list.d/docker.list | |
| 10:44:33 + sudo -E sh -c sleep 3; apt-get update; apt-get install -y -q docker-engine | |
| 10:44:42 Hit http://security.debian.org jessie/updates InRelease | |
| 10:44:43 Get:1 https://apt.dockerproject.org debian-jessie InRelease [20.6 kB] | |
| 10:44:43 Get:2 http://security.debian.org jessie/updates/main amd64 Packages [313 kB] | |
| 10:44:43 Ign http://httpredir.debian.org jessie InRelease | |
| 10:44:43 Hit http://httpredir.debian.org jessie-updates InRelease | |
| 10:44:43 Hit http://httpredir.debian.org jessie Release.gpg | |
| 10:44:45 Get:3 https://apt.dockerproject.org debian-jessie/main amd64 Packages [4704 B] | |
| 10:44:45 Hit http://httpredir.debian.org jessie Release | |
| 10:44:46 Get:4 http://httpredir.debian.org jessie-updates/main amd64 Packages [9283 B] | |
| 10:44:46 Get:5 http://httpredir.debian.org jessie/main amd64 Packages [9034 kB] | |
| 10:44:48 Fetched 9381 kB in 7s (1242 kB/s) | |
| 10:44:48 W: Failed to fetch https://apt.dockerproject.org/repo/dists/debian-jessie/main/binary-amd64/Packages Hash Sum mismatch | |
| 10:44:48 | |
| 10:44:48 E: Some index files failed to download. They have been ignored, or old ones used instead. | |
| 10:44:50 Reading package lists... | |
| 10:44:51 Building dependency tree... | |
| 10:44:51 Reading state information... | |
| 10:44:51 E: Unable to locate package docker-engine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment