DevOps
-
Blue-Green Deployment
Traditionally, we deploy a new release by replacing the current one. The old release is stopped, and the new one…
Read More » -
Enable Docker Remote API on Docker Machine on Mac OS X
Docker daemon provides a Remote REST API. This API is used by the Client to communicate with the engine. This API…
Read More » -
Lean, Mean, Java Virtual Machine: Making Your Docker 7x Lighter With Alpine Linux
How to build a minimal JVM container with Docker on Alpine Linux? There has definitely been an awakening of some…
Read More » -
Docker 1.10, Machine 0.6.0, Compose 1.6.0 – better volumes and networking
Docker 1.10 is now released! Read about all the new features in Docker 1.10. A quick summary: New Compose file…
Read More » -
Deploy Docker to Amazon Cloud using Tutum
Have you felt the need to run Docker containers on Amazon? Amazon Container Service requires extensive setup and manual work. This…
Read More » -
Docker Compose Environment Variable Binding Examples – Java, Node.Js, PHP, Python, And Ruby On Rails
DCHQ is fully compatible with Docker Compose (https://docs.docker.com/compose/compose-file/). The platform however provides core (optional) enhancements to Docker Compose supporting advanced…
Read More » -
Dockerizing Spring Boot Application
Docker here, Docker there, I see Dockers everywhere In this post I will describe process of migrating Spring Boot application…
Read More » -
Typesafe Kubernetes-manifest DSL for JVM-based apps
Managing a cluster of Docker/Rocket containers (or anything) in a production environment is rife with distributed-systems challenges. Luckily, a compelling…
Read More » -
Running Any Docker Image On OpenShift Origin
I’ve been using OpenShift since a while now. For many reasons. First of all, I don’t want to build my…
Read More »