Installing the latest Docker version on Ubuntu 14.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
When I follow the official instructions for Ubuntu 14.04, I end up with docker 0.9.1
. When I do it for Ubuntu 12.04 it correctly installs the latest version: 0.11
.
How can I install 0.11
on Ubuntu 14.04?
12.04 14.04 software-installation docker
add a comment |
When I follow the official instructions for Ubuntu 14.04, I end up with docker 0.9.1
. When I do it for Ubuntu 12.04 it correctly installs the latest version: 0.11
.
How can I install 0.11
on Ubuntu 14.04?
12.04 14.04 software-installation docker
The 14.04 installation is pulling the binary from the 14.04 repos, they only have version 0.9.1. If you want 0.11 you need to pull it from the docker repos, like the 12.04 instructions tell you to.
– Seth♦
May 26 '14 at 18:57
1
... similar or the same question: askubuntu.com/questions/472412/how-do-i-upgrade-docker
– fossfreedom♦
May 26 '14 at 18:58
Or you can follow the hacker installation: docs.docker.io/installation/binaries
– Seth♦
May 26 '14 at 18:59
add a comment |
When I follow the official instructions for Ubuntu 14.04, I end up with docker 0.9.1
. When I do it for Ubuntu 12.04 it correctly installs the latest version: 0.11
.
How can I install 0.11
on Ubuntu 14.04?
12.04 14.04 software-installation docker
When I follow the official instructions for Ubuntu 14.04, I end up with docker 0.9.1
. When I do it for Ubuntu 12.04 it correctly installs the latest version: 0.11
.
How can I install 0.11
on Ubuntu 14.04?
12.04 14.04 software-installation docker
12.04 14.04 software-installation docker
edited May 26 '14 at 18:54
Seth♦
35.2k27112166
35.2k27112166
asked May 26 '14 at 18:46
ChocoDeveloperChocoDeveloper
3962617
3962617
The 14.04 installation is pulling the binary from the 14.04 repos, they only have version 0.9.1. If you want 0.11 you need to pull it from the docker repos, like the 12.04 instructions tell you to.
– Seth♦
May 26 '14 at 18:57
1
... similar or the same question: askubuntu.com/questions/472412/how-do-i-upgrade-docker
– fossfreedom♦
May 26 '14 at 18:58
Or you can follow the hacker installation: docs.docker.io/installation/binaries
– Seth♦
May 26 '14 at 18:59
add a comment |
The 14.04 installation is pulling the binary from the 14.04 repos, they only have version 0.9.1. If you want 0.11 you need to pull it from the docker repos, like the 12.04 instructions tell you to.
– Seth♦
May 26 '14 at 18:57
1
... similar or the same question: askubuntu.com/questions/472412/how-do-i-upgrade-docker
– fossfreedom♦
May 26 '14 at 18:58
Or you can follow the hacker installation: docs.docker.io/installation/binaries
– Seth♦
May 26 '14 at 18:59
The 14.04 installation is pulling the binary from the 14.04 repos, they only have version 0.9.1. If you want 0.11 you need to pull it from the docker repos, like the 12.04 instructions tell you to.
– Seth♦
May 26 '14 at 18:57
The 14.04 installation is pulling the binary from the 14.04 repos, they only have version 0.9.1. If you want 0.11 you need to pull it from the docker repos, like the 12.04 instructions tell you to.
– Seth♦
May 26 '14 at 18:57
1
1
... similar or the same question: askubuntu.com/questions/472412/how-do-i-upgrade-docker
– fossfreedom♦
May 26 '14 at 18:58
... similar or the same question: askubuntu.com/questions/472412/how-do-i-upgrade-docker
– fossfreedom♦
May 26 '14 at 18:58
Or you can follow the hacker installation: docs.docker.io/installation/binaries
– Seth♦
May 26 '14 at 18:59
Or you can follow the hacker installation: docs.docker.io/installation/binaries
– Seth♦
May 26 '14 at 18:59
add a comment |
1 Answer
1
active
oldest
votes
http://docs.docker.com/engine/installation/ubuntulinux/
Upgrade Docker
To install the latest version of Docker with apt-get:
$ apt-get upgrade docker-engine
1
This doesn't work at all. The issue is that the latest version from the 14.04 repo is .9.1. The issue is not how to upgrade it.
– TheWanderer
Nov 5 '15 at 1:40
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f472556%2finstalling-the-latest-docker-version-on-ubuntu-14-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
http://docs.docker.com/engine/installation/ubuntulinux/
Upgrade Docker
To install the latest version of Docker with apt-get:
$ apt-get upgrade docker-engine
1
This doesn't work at all. The issue is that the latest version from the 14.04 repo is .9.1. The issue is not how to upgrade it.
– TheWanderer
Nov 5 '15 at 1:40
add a comment |
http://docs.docker.com/engine/installation/ubuntulinux/
Upgrade Docker
To install the latest version of Docker with apt-get:
$ apt-get upgrade docker-engine
1
This doesn't work at all. The issue is that the latest version from the 14.04 repo is .9.1. The issue is not how to upgrade it.
– TheWanderer
Nov 5 '15 at 1:40
add a comment |
http://docs.docker.com/engine/installation/ubuntulinux/
Upgrade Docker
To install the latest version of Docker with apt-get:
$ apt-get upgrade docker-engine
http://docs.docker.com/engine/installation/ubuntulinux/
Upgrade Docker
To install the latest version of Docker with apt-get:
$ apt-get upgrade docker-engine
answered Nov 4 '15 at 23:52
colindnzcolindnz
1
1
1
This doesn't work at all. The issue is that the latest version from the 14.04 repo is .9.1. The issue is not how to upgrade it.
– TheWanderer
Nov 5 '15 at 1:40
add a comment |
1
This doesn't work at all. The issue is that the latest version from the 14.04 repo is .9.1. The issue is not how to upgrade it.
– TheWanderer
Nov 5 '15 at 1:40
1
1
This doesn't work at all. The issue is that the latest version from the 14.04 repo is .9.1. The issue is not how to upgrade it.
– TheWanderer
Nov 5 '15 at 1:40
This doesn't work at all. The issue is that the latest version from the 14.04 repo is .9.1. The issue is not how to upgrade it.
– TheWanderer
Nov 5 '15 at 1:40
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f472556%2finstalling-the-latest-docker-version-on-ubuntu-14-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
The 14.04 installation is pulling the binary from the 14.04 repos, they only have version 0.9.1. If you want 0.11 you need to pull it from the docker repos, like the 12.04 instructions tell you to.
– Seth♦
May 26 '14 at 18:57
1
... similar or the same question: askubuntu.com/questions/472412/how-do-i-upgrade-docker
– fossfreedom♦
May 26 '14 at 18:58
Or you can follow the hacker installation: docs.docker.io/installation/binaries
– Seth♦
May 26 '14 at 18:59