Docker
-
DevOps

Docker Bridge and Overlay Network with Compose Variable Substitution
Docker Multi-Host networking allows you to create virtual networks and attach containers to them so you can create the network…
Read More » -
DevOps

DevOps and the Myth of Efficiency, Part I
This post is for those of you working in large companies or “enterprises” and are exploring what “DevOps” really means…
Read More » -
DevOps

“Network timed out” Docker error
One of the most dreaded errors seen during Docker workshops around the world is: Network timed out while trying to…
Read More » -
DevOps

A Step by Step Guide for Dockerizing and Managing a Java App on 28 Different Application Stacks
To run & manage the 28 Java application templates in this project on 13 different clouds and virtualization platforms (including vSphere, OpenStack,…
Read More » -
DevOps

10 Awesome Docker Tutorials to Kick-Start your DevOps Projects
Docker is an open-source project that automates the deployment of applications inside software containers, by providing an additional layer of…
Read More » -
DevOps

Docker Multi-Host Networking with Couchbase and WildFly
Docker Multi-Host networking allows you to create virtual networks and attach containers to them so you can create the network…
Read More » -
DevOps

Configure Couchbase Docker Container using REST API
Couchbase Docker image is published at hub.docker.com/_/couchbase. The easiest way to start this image is: docker run -d -p 8091:8091 couchbase/server 8091…
Read More » -
DevOps

JVM microservices – how to run Docker containers on Windows
Microservices is one of the loudest IT buzzwords, everybody’s anxious to try it. But what Linux and MacOS users get…
Read More » -
DevOps

Deploying Containers with Docker Swarm and Docker Networking
The purpose of this article is to explore new Docker networking features introduced in version 1.9. We’ll apply them to…
Read More »
