Wednesday, May 13, 2015

Public base images

https://registry.hub.docker.com/search?q=s390x shows base images available on Docker's public registry. Simply "docker pull <image>" to download them.
If you need to use a proxy, you can set the environment variable http_proxy (set it to http://proxy-address:port/) when starting the docker daemon.

Docker 1.6.0 builds for Linux on z Systems

http://www.ibm.com/developerworks/linux/linux390/docker.html has been updated and contains links to binaries of the new 1.6.0 version of Docker.
Installation/updates are simple: copy the binary into /usr/local/bin or a preferred location in your $PATH.