Linux on IBM Z and Containers
Topics on container technology and its use in Linux on the mainframe
Thursday, March 26, 2015
New Docker binaries available for Linux on z Systems
›
There are new Docker binaries available for Linux on z Systems, fixing a segmentation fault. Check out http://www.ibm.com/developerworks/lin...
Monday, March 16, 2015
Creating Base Images
›
In First Steps with Docker , we have used a fairly crude way to create initial base images. A minimalistic approach to come to a base image ...
4 comments:
Wednesday, March 11, 2015
Virtualization vs. Containerization
›
Containers provide isolated runtime environments for applications: the entire user space environment is exclusively presented to the contain...
5 comments:
Wednesday, March 4, 2015
Dockerfiles
›
Starting a container, doing manual changes to it and committing into a new image is error-prone and does not scale for handling many images....
First Steps with Docker
›
Docker is platform-agnostic and relies on Linux kernel functionality which is present on most platforms, including s390x (IBM z Systems). It...
2 comments:
Thursday, February 26, 2015
Docker
›
Docker provides a comprehensive tool to create, deploy, manage and run containers. In a normal setup, it bases on container technology as we...
What Are Containers?
›
A container provides an envelope for running an application. Only resources assigned to the container are visible inside the container. All ...
‹
›
Home
View web version