Install Docker 1.3.2 on ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr, Linux Mint 17.1 Rebecca and Linux Mint 17 Qiana

Install Docker 1.3.2 on ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr, Linux Mint 17.1 Rebecca and Linux Mint 17 Qiana

Install Docker 1.3.2 on on Linux ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Pinguy OS 14.04, Elementary OS 0.3 Freya, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0 and other Ubuntu 14.04 derivative systems.

Docker 1.3.2 recently released, fixes some bugs and addresses some security issues. Improvements had also been made to aspects of docker run. Dockers is an open platform for developers and sysadmins for developing, shipping, and running applications. Docker is designed to deliver your applications faster. you can follow this page for full information released notes Docker 1.3.2.

Security fixes
Patches and changes were made to address CVE-2014-6407 and CVE-2014-6408. Specifically, changes were made in order to:
  • Prevent host privilege escalation from an image extraction vulnerability (CVE-2014-6407).
  • Prevent container escalation from malicious security options applied to images (CVE-2014-6408).
Daemon fixes
The –insecure-registry flag of the docker run command has undergone several refinements and additions.
  • You can now specify a sub-net in order to set a range of registries which the Docker daemon will consider insecure.
  • By default, Docker now defines localhost as an insecure registry.
  • Registries can now be referenced using the Classless Inter-Domain Routing (CIDR) format.
  • When mirroring is enabled, the experimental registry v2 API is skipped.
To install Docker 1.3.2 on Linux ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Pinguy OS 14.04, Elementary OS 0.3 Freya, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0 and other Ubuntu 14.04 derivative systems, open a new Terminal window and bash (get it?) in the following commands:
sudo apt-get update
sudo apt-get install docker.io
sudo ln -sf /usr/bin/docker.io /usr/local/bin/docker
sudo sed -i '$acomplete -F _docker docker' /etc/bash_completion.d/docker.io
sudo docker run -i -t ubuntu /bin/bash
sudo docker info
Our hope tutorial entitled "Install Docker 1.3.2 on ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr, Linux Mint 17.1 Rebecca and Linux Mint 17 Qiana" can be useful for visitors or readers.