Last updated on March 30, 2015 by Dan Nanni
Since Docker was first released in 2013, it has been fast evolving into a full-blown open platform for distributed applications. To meet the industry's expection, Docker is being aggressively developed and constantly upgraded with new features. Chances are that the stock Docker that comes with your Ubuntu distribution is quickly outdated. For example, Ubuntu 14.10 Utopic comes with Docker version 1.2.0, while the latest Docker version is 1.5.0.
For those of you who want to stay up-to-date with Docker's latest developments, Canonical maintains a separate PPA for Docker. Using this PPA repository, you can easily upgrade Docker to the latest version on Ubuntu.
Here is how to set up Docker PPA and upgrade Docker.
$ sudo add-apt-repository ppa:docker-maint/testing $ sudo apt-get update $ sudo apt-get install docker.io
Now check the version of installed Docker:
$ docker --version
Docker version 1.5.0-dev, build a78ce5c
An alternative way to upgrade Docker is to rely on Docker's official apt
sources. Refer to this tutorial for more detail.
This website is made possible by minimal ads and your gracious donation via PayPal or credit card
Please note that this article is published by Xmodulo.com under a Creative Commons Attribution-ShareAlike 3.0 Unported License. If you would like to use the whole or any part of this article, you need to cite this web page at Xmodulo.com as the original source.
Xmodulo © 2021 ‒ About ‒ Write for Us ‒ Feed ‒ Powered by DigitalOcean