How to automatically delete a Docker container after running it

Normally, a Docker container persists after it has exited. This allows you to run the container again, inspect its filesystem, and so on. However, sometimes you want to run a…

Multistage build in Docker

[cvct-advance id=”3689″] Read these documentations https://drumcoder.co.uk/blog/2020/apr/24/docker-spring-boot/ https://suraj.pro/post/multi-staging/

Deploying a Grails App in a standalone Tomcat Docker container

Recently, I have written the post to keep how to dockerise Grails apps with an embedded Tomcat. However, we are entirely able to run Grails apps in a standalone Tomcat,…

Dockerising Grails applications with an embedded Tomcat

The applications built on the Grails framework can be run (often referred to deployment) on either standalone or embedded Tomcat. Grails applications can be deployed in a number of ways,…

Share files and directories on the host machine with docker containers

If you used to access files and directories of the host machine from a virtual machine (VM), I believe you have been aware of sharing folders between guest and host…

Running Redis Server on a Docker container

[dropcap]W[/dropcap]hen reading this post, I am thinking of the fact that you are curious at the reasons why we have to do so and why we don’t install Redis Server…

Deploying your first web application to Tomcat on Docker

Before reading this post, you are expected to be familiar with deploying a web-based application to Tomcat or any similar web container. To add another way of deploying your web…

Docker: Recipes, Tips and Tricks

If you want to be notified the latest updates on this post, please subscribe to my blog. https://github.com/ITersDesktop/devops/blob/master/Docker/README.md