DevOps
-
Automating Jenkins Docker Setup
Jenkins is, by far, the most used CI/CD tool in the market. That comes as no surprise since it’s been…
Read More » -
Deploying Docker Images to OpenShift
OpenShift is RedHat’s cloud development Platform as a Service (PaaS). It uses Kubernetes as container orchestration (so you can use OpenShift as Kubernetes…
Read More » -
Hosting WordPress Application on an EC2 Instance – AWS
In this post, we will deploy WordPress Application on an EC2 Amazon Linux AMI t2.micro instance following below steps: Step…
Read More » -
Running Parallel Tests in Docker
Sometimes when you are running your tests on your CI environment, you want to run tests in parallel. This parallelism…
Read More » -
Testing Dockerized SQL Databases
One of the big advantages of using Docker for testing is that you don’t need to install the required dependencies of…
Read More » -
Java and Docker: Now and the Future
Sharat Chander‘s blog post Official Docker Image for Oracle Java and the OpenJDK Roadmap for Containers provides a high-level overview…
Read More » -
Creating Smaller Java Image using Docker Multi-stage Build
Two of the announcements at DockerCon 2017 directly relevant to Java developers are: Docker Multi-stage build Oracle JRE in Docker Store This blog…
Read More » -
Deliver early without sleepless nights
Trailblazing the first delivery of a software system requires courage and conviction, especially on projects that replace existing business critical…
Read More » -
Docker Remote API on Windows and OSX
There are multiple ways to monitor Docker containers. Docker CLI provides the docker container stats API that gives basic information…
Read More »