How to build spring boot service to docker image with jib

Spring Boot is a very popular framework in java-world now. If you package it to docker-images in common style, it will be so heavy. And it can solved! ...

May 9, 2020 · Alexey Nevinsky

Set up hugo and gitlab ci

We set up docker with portainer in previous article. Now we build a simple landing page based on hugo. Sources will be stored in gitlab. Our changes will be automatically deployed on virtual machine by gitlab-ci. ...

March 28, 2020 · Alexey Nevinsky

Set up Docker and Portainer

In first part we securely set up virtual machine and install nginx with https support by Let’s Encrypt certbot. In this second part we setup Docker and Portainer. Portainer we will use for docker comfortable control. Let’s start! ...

March 9, 2020 · Alexey Nevinsky