In this post I would like to continue on the topic of deploying application server, but this time instead of just installing Docker, we will setup a Tomcat app server […]
Deploying HTTP server in Docker container
In my last post I have configured on prem HTTP server, but it is easier to just containerise app and http servers, because this way one doesn’t need to worry […]
Preparing application server
In this post I would like to present preparation of application server, mainly automation of Docker installation. We will need this software in next steps, when deploying and containerising web […]