Created
October 14, 2015 09:08
-
-
Save ifduyue/5c2c0fd381e1af611c2b to your computer and use it in GitHub Desktop.
Can't install docker-engine on Ubuntu 14.04 LTS
This file contains 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-get install -f docker-engine | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
Some packages could not be installed. This may mean that you have | |
requested an impossible situation or if you are using the unstable | |
distribution that some required packages have not yet been created | |
or been moved out of Incoming. | |
The following information may help to resolve the situation: | |
The following packages have unmet dependencies: | |
docker-engine : Depends: init-system-helpers (>= 1.18~) but 1.14 is to be installed | |
Depends: lsb-base (>= 4.1+Debian11ubuntu7) but 4.1+Debian11ubuntu6 is to be installed | |
Depends: libdevmapper1.02.1 (>= 2:1.02.99) but 2:1.02.77-6ubuntu2 is to be installed | |
Recommends: aufs-tools but it is not going to be installed | |
Recommends: cgroupfs-mount but it is not installable or | |
cgroup-lite but it is not going to be installed | |
Recommends: git | |
E: Unable to correct problems, you have held broken packages. |
@ifduyue @poliveira89 Make sure you only add one entry in Step 6 of "Update your apt sources".
@ctate Thank you.
@poliveira89 @ctate @wangshuwei5 End up using "deb https://get.docker.com/ubuntu docker main" instead, according to https://docs.docker.com/linux/step_one/
It seems gist has no notification feature.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have been following this guid: https://docs.docker.com/installation/ubuntulinux/
And have the same result :/