DevOps
-
Demystifying Continuous Integration, Delivery, and Deployment
For some, the practice of continuous integration (CI) and continuous delivery/deployment (CD) is part of daily life and comes as…
Read More » -
An Introduction to Docker for Mac
Recently out of private beta, Docker’s new native applications aim to replace the current methods for running Docker on Windows…
Read More » -
Using Honcho to Create a Multi-Process Docker Container
A common misconception is that Docker is only for creating single-process or single-service containers. While it’s true that the Dockerfile…
Read More » -
Democratizing Docker for Enterprise
On the second day of DockerCon in Seattle, Docker CEO Ben Golub announced major improvements to handle enterprise needs with…
Read More » -
DockerCon 2016: What’s New in Docker – Docker 1.12
To kick off the first day of DockerCon in Seattle, Mike Goelzer and Andrea Luzzardi spoke about what’s new with…
Read More » -
Running Services in Docker 1.12
Great news! Docker for Windows and Mac is now in public beta, which means that Docker is that much easier…
Read More » -
An Overview of Docker Registries
So you’re using Docker now. You even built an image. Now what do you do? Chances are you are going…
Read More » -
An Introduction to the Docker Trusted Registry
Many of us start our Docker journey pulling images from the Docker Hub with the time-honored docker pull command. Lots…
Read More » -
Docker Service Discovery On Microsoft Azure – Docker Java App Load Balanced By Nginx Or Apache HTTP, Mongo Replica Set And Hazelcast Cluster
This project covers three service discovery use cases in Docker application deployments — including Nginx & Apache HTTP Server load…
Read More »