In this post, we are going to see how to Create a simple VueJS Web Application, Deploy the VueJS web application to Docker, How to create Docker Images and start the container from the images, How to manage the docker container and How to deploy the VueJS Application in production[...]
Read moreCategory: Docker
Docker network between containers - Docker Networking Example
In this post we are going to see How to establish docker network between containers, How to Link Docker Containers, How to Access one Container from Another, Docker inter-container communication, How to Connect to Container, etc. This post is to answer all that. So How do we connect a[...]
Read moreDocker Reverse Proxy - Docker httpd apache example
Introduction: In this post, we are going to see how to use docker httpd image and extend it to suit our needs and run the Apache web server as a Docker container. We are also going to implement a docker reverse proxy as an additional example Since we have targeted[...]
Read moreNodeJS StatsD with Graphite On Docker Example - Create Graphs and Metrics
Creating Application is Tough, I agree. So does monitoring the application statistics like Number of Hits, Response time etc. But if we have the right tools in hand, we can do wonders In this post, we are going to develop a Simple NODE JS web application with StatsD and Graphite[...]
Read moreDocker Tomcat Example - Dockerfile for Tomcat, Docker Tomcat Image
In this post, we are going to learn how to install a Tomcat Application Server or Web Container on Docker and Deploy web applications into the Tomcat running inside Docker. This post is all about Docker Tomcat and deploying war web application into tomcat docker, Sample Docker Tomcat image, Dockerfile[...]
Read moreDocker Run Image as Container - Create Container From Docker Image
In this post, we are going to see how to create an image and run the image as a container and manage it. Before we proceed further, it is indispensable, that we are aware of what is an Image and What is a Container. So let us begin from there.[...]
Read moreDocker SSH Into the Container - How to SSH to Container
The Docker container is a Process and Not a Virtual Machine. So You do not need any protocol like SSH to get into the container Shell. Docker CLI has given us special commands to get into the Container like docker exec -it and docker run -it In this post, we[...]
Read moreDocker NodeJS Example - Run NodeJS on Docker | Devops Junction
In this post, we are going to see how to Design and Develop a Simple NodeJS web application and Deploy the NodeJS web application to Docker and How to create Docker Images and start the container from the images and How to manage the docker container and publish your images[...]
Read moreWhat is Container and Containerization - Getting Started Guide
What is a Container: A container is a full package (or) grouping of an entire runtime environment of an application including its binaries, the runtime to run the application, System related tools, System libraries, Settings, and configurations. Are you kidding? It is full of Jargon. I felt the same way[...]
Read moreDocker Weblogic : Run Oracle Weblogic 12c on Docker
The Introduction to Docker Weblogic In this post, we are going to be exploring the quick and easy option available to get started with weblogic and Docker. In this post, we are going to see how to create a weblogic container in docker in a few easy steps. The post's[...]
Read more