Sunday 10 May 2015

Docker 1.6.1 Released, install on Ubuntu 14.04, 14.10, 15.04 and Linux Mint 17.1 rebecca

Docker 1.6.1 is Released, you can install on Ubuntu 14.04, 14.10, 15.04 and Linux Mint 17.1 rebecca


Docker is an open source, revolutionary software project that allows application developers and system administrators to easily and quickly package, distribute and run applications as a lightweight container, anywhere.

It’s a command-line application comprised of two components, the Docker Hub that has been designed from the ground up to act as a cloud service for sharing apps and automate workflows, and the Docker Engine, which is the actual server process designed to manage all the containers.

The Linux container engine
Dubbed by its developers “the Linux container engine,” Docker can be used by sysadmins and developers as an open platform for distributed applications, allowing them to build, ship and run any distributed apps.

Supported operating systems

At the moment, Docker runs only on GNU/Linux operating systems. It has been successfully tested with numerous distributions of Linux, including Debian, Ubuntu, Arch Linux, Fedora, openSUSE, as well as CentOS and Red Hat Enterprise Linux.

What's new in Docker 1.6.1:

Security:
  • Fix read/write /proc paths (CVE-2015-3630)
  • Prohibit VOLUME /proc and VOLUME / (CVE-2015-3631)
  • Fix opening of file-descriptor 1 (CVE-2015-3627)
  • Fix symlink traversal on container respawn allowing local privilege escalation (CVE-2015-3629)
  • Prohibit mount of /sys
Runtime:
  • Update Apparmor policy to not allow mounts

How to install Docker 1.5.0on Ubuntu 14.04, 13.04, 12.04 and Linux Mint 17.1 rebecca :

to install docker 1.5.0 on ubuntu and linux mint you can follow this page :

https://docs.docker.com/installation/ubuntulinux/

No comments:

Post a Comment