Blog
Docker: from zero to hero, one minute at a time
Docker: from zero to hero, one minute at a time
In the last article we talked about CI/CD: but how do we put in practice a CI/CD pipeline in a hassle-free and very simple framework?
Well, say no more! GitHub Actions have all that you need to set up a perfect environment to commit -> build -> dockerize your app.
Let’s dive in!
We...
Hello world and Happy 2025!🐳✨
It’s time we resume our 1minDocker series, starting our last learning block, consisting of 4 articles, that will introduce us to CI/CD practices with Docker.
In order to get started with this last learning block, tho, we need to understand what CI/CD is: let’s dive in!
CI/CD is short for...
In the last article, we introduced the compose
file reference, and we went through numerous top-level elements and their attributes. In this article, we will present an advanced example using docker compose
to deploy a multi-container application on the cloud.
In the last article we introduced compose
, a popular Docker plugin to build multi-container applications and to manage complex environments in an easy and sharable way.
In this post we will focus on the compose
file, i.e. the YAML file that contains the instructions that docker compose
reads and runs when it is...
In the last article we finished our deep dive on docker buildx
, a popular plugin that is aimed at easing and automating the building process.