Closed epheph closed 6 years ago
$ sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
pigz
The following packages will be REMOVED:
docker-engine
The following NEW packages will be installed:
docker-ce pigz
0 upgraded, 2 newly installed, 1 to remove and 436 not upgraded.
Need to get 39.9 MB of archives.
After this operation, 99.6 MB of additional disk space will be used.
Get:1 http://mirror.jmu.edu/pub/ubuntu/ trusty/universe pigz amd64 2.3-2 [59.4 kB]
Get:2 https://download.docker.com/linux/ubuntu/ trusty/stable docker-ce amd64 18.06.0~ce~3-0~ubuntu [39.8 MB]
Fetched 39.9 MB in 2s (14.8 MB/s)
(Reading database ... 95179 files and directories currently installed.)
Removing docker-engine (1.12.0-0~trusty) ...
docker stop/waiting
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Selecting previously unselected package pigz.
(Reading database ... 95054 files and directories currently installed.)
Preparing to unpack .../archives/pigz_2.3-2_amd64.deb ...
Unpacking pigz (2.3-2) ...
Selecting previously unselected package docker-ce.
Preparing to unpack .../docker-ce_18.06.0~ce~3-0~ubuntu_amd64.deb ...
Unpacking docker-ce (18.06.0~ce~3-0~ubuntu) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up pigz (2.3-2) ...
Setting up docker-ce (18.06.0~ce~3-0~ubuntu) ...
Installing new version of config file /etc/bash_completion.d/docker ...
Configuration file '/etc/default/docker'
==> Modified (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
==> Using new file as you requested.
Installing new version of config file /etc/default/docker ...
Installing new version of config file /etc/init.d/docker ...
Installing new version of config file /etc/init/docker.conf ...
docker start/running, process 5086
Processing triggers for ureadahead (0.100.0-16) ...
530.97s$ sudo sudo curl -L https://github.com/docker/compose/releases/download/1.21.2/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 617 0 617 0 0 2927 0 --:--:-- --:--:-- --:--:-- 2938
3 10.3M 3 355k 0 0 685 0 4:24:12 0:08:50 4:15:22 0
curl: (56) SSL read: error:00000000:lib(0):func(0):reason(0), errno 104
The command "sudo sudo curl -L https://github.com/docker/compose/releases/download/1.21.2/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose" failed and exited with 56 during .
transient issue with docker?
Approved and merged, Docker was having a bad time with the downloads so all the tests failed for a while.
This doesn't move the code like we discussed, but let's change one thing at a time.