
Building Better Containers: Docker Multi-Stage Builds
There are several factors why multi-stage builds can help build better containers. Reduced image size means less disk space is used. This can also speed up builds, deployments, and container startup.

Upgrading Docker from version 25 to version 27 in Amazon Linux 2023.6.20241212
I have this Jenkins server that I haven’t touched for a year, and when I started it, I was greeted with two upgrades. One is from Jenkins, and the other one is from AWS. I did an upgrade of AWS to 2023.6.20241212.

START/STOP AWS Instance Using AWS-CLI, Docker, Docker-Compose and Bash Script
Using Docker Compose, create a service for the aws-cli and make sure to add stdin_open:true, tty:true and command:help to be able to prevent an immediate exit.

Launch WordPress Using Docker, Docker-Compose and ENV file
I love using Docker-Compose because why not? Running Docker commands is painful.
