-
-
Save zanshin/28ff6e2df87c7704d252 to your computer and use it in GitHub Desktop.
result of apt-get 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
$ sudo apt-get install docker-engine | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
Recommended packages: | |
yubico-piv-tool | |
The following NEW packages will be installed: | |
docker-engine | |
0 upgraded, 1 newly installed, 0 to remove and 24 not upgraded. | |
Need to get 0 B/8,572 kB of archives. | |
After this operation, 42.4 MB of additional disk space will be used. | |
Selecting previously unselected package docker-engine. | |
(Reading database ... 146780 files and directories currently installed.) | |
Preparing to unpack .../docker-engine_1.10.1-0~jessie_amd64.deb ... | |
Unpacking docker-engine (1.10.1-0~jessie) ... | |
Processing triggers for man-db (2.7.0.2-5) ... | |
Processing triggers for systemd (215-17+deb8u3) ... | |
Setting up docker-engine (1.10.1-0~jessie) ... | |
Job for docker.service failed. See 'systemctl status docker.service' and 'journalctl -xn' for details. | |
invoke-rc.d: initscript docker, action "start" failed. | |
dpkg: error processing package docker-engine (--configure): | |
subprocess installed post-installation script returned error exit status 1 | |
Processing triggers for systemd (215-17+deb8u3) ... | |
Errors were encountered while processing: | |
docker-engine | |
E: Sub-process /usr/bin/dpkg returned an error code (1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment