Portainer
Posted onA friend gave me a great tip to have more overview over the docker containers you need to manage. He pointed me to Portainer. Portainer is a lightweight docker container that will make it easier to manage your docker environment.
A friend gave me a great tip to have more overview over the docker containers you need to manage. He pointed me to Portainer. Portainer is a lightweight docker container that will make it easier to manage your docker environment.
On my way to Barcelona to absorb some more Spring knowledge. Exciting!!
At my job we value CI/CD. Personally it is one of my favorite topics. When practiced correctly by everyone in the team it gives you great advantages. And it’s just beautiful how we can automate the steps of the deployment process. Jenkins is software which facilitates CI/CD. There is a very good course on Pluralsight […]
I wanted to refresh some insights that I got at work regarding integration testing. This lead me to the Cucumber getting started guide for Java. I quickly made some changes to the example and reformatted the structure of the code. Define the step definitions: Run the tests! Success!! It […]
I just ran my first java application on this server. If you remember, a couple of weeks ago I gave an introduction lecture about spring boot. I just put this sample app on this server using an image from my personal docker hub. Went trough the following easy steps to do it: create a Dockerfile […]