container
Stabilizing NodeJS container about RAM and SWAP
My solution to stabilize a NodeJS container about RAM and SWAP on production
Container with multiple processes
How to run multiples processes inside one container? This is the way to use
How to clean old OCI/Docker images
To save disk space, you need to clean old OCI/Docker images for your servers (prod and also CI/CD). In this example, you have script for podman and docker.
Migration from Dockerfile to buildah
I'll tell you why I migrated from Dockerfile to buildah and it's impossible to go back. Rootless, without daemon, shell, no limited syntax/language… Freedom
LaTeX + Drone CI + Minio + CMake
My automation about LaTeX document with Drone CI, MinIO and CMake
Docker + nftables : example with Drone CI – Docker Runner
My way to use nftables with Docker