Showing posts with label developerWorks. Show all posts
Showing posts with label developerWorks. Show all posts

Tuesday, July 5, 2016

Docker 1.11.2 for RHEL 7 (and Ubuntu 16.04)

A new version of Docker is linked to from developerWorks. This is a bump to 1.11.2, built on/for RHEL 7.2 (which happens to be the version that Canonical also provides in universe for Ubuntu 16.04

Thursday, April 14, 2016

Docker 1.10 on developerWorks

The Docker page on developerWorks now provides a new Docker binary. It's version 1.10 and provided for RHEL 7 only: SUSE officially provides Docker, and Canonical has uploaded a recent Docker version to the universe archive.

Tuesday, December 8, 2015

Latest Docker level available for Linux on z Systems

The Docker on z anchor page on developerWorks has been updated for the latest Docker binaries: version 1.9.1 is available now for Linux on z.
Please note you could run into issue 16256, at least we have seen some occurrences. A workaround for that is to start the daemon with the parameter "--exec-opt native.cgroupdriver=cgroupfs".

Monday, November 2, 2015

Monday, October 5, 2015

New Docker Binaries on developerWorks

The Docker page on developerWorks provides links to new Docker binaries. They are now at version 1.8.2 and provided for SLES 12 and RHEL 7.1.
Building this took a while: for proper operation, two fixes from glibc (1 and 2) would be required. However, installing a modified glibc on your system is not required, since the Docker binaries come with code working around the defects in glibc.