Docker
-
DevOps
Multi-Tier Architecture Tutorial using Docker
Background While there are many very good Docker tutorials currently available, I found that many are either too simplistic in…
Read More » -
Software Development
Continuous Integration, Delivery or Deployment with Jenkins, Docker and Ansible
This article tries to provide one possible way to set up the Continuous Integration, Delivery or Deployment pipeline. We’ll use…
Read More » -
Scala
Microservices Development with Scala, Spray, MongoDB, Docker and Ansible
This article tries to provide one possible approach to building microservices. We’ll use Scala as programming language. API will be…
Read More » -
Enterprise Java
Vagrant with Docker provider, using WildFly and Java EE 7 image
What is Vagrant? Vagrant is a simplified and portable way to create virtual development environments. It works with multiple virtualization…
Read More » -
DevOps
Key Concepts of Kubernetes
What is Kubernetes? Kubernetes is an open source orchestration system for Docker containers. It manages containerized applications across multiple hosts and provides basic mechanisms for…
Read More » -
DevOps
Java EE, Docker, WildFly and Microservices on Docker
If one thing survived all the New Year parties, it is Docker. It was hot at the end of 2014…
Read More » -
DevOps
Docker container linking across multiple hosts
Docker container linking is important concept to understand since any application in production will typically run on a cluster of containers across multiple…
Read More » -
DevOps
Docker orchestration using Fig
Tech Tip #65 showed how to run a Java EE 7 application using WildFly and MySQL in two separate containers. It…
Read More » -
DevOps
WildFly Admin Console in a Docker image
WildFly Docker image binds application port (8080) to all network interfaces (using -b 0.0.0.0). If you want to view feature-rich…
Read More »