These are my blogs
and also my life

7. Docker multi-stage build
2021-09-19 linkshortener docker
Docker multi-state build allows you to use two (or more) FROM statements in single Dockerfile. Each FROM starts new build stage. The main feature is ... Read More
2. Hugo on nginx in Docker container
2021-07-03 docker nginx hugo blog-story
Motivation In the last post I described how to set up blog using Hugo engine. When I make some changes (add a new post for example) I need to: ... Read More