Quick Quick: How to dump & restore a MariaDB/MySQL database from a docker container In the same vein as my previous post on dumping and restoring your PostgreSQL database, here are mostly copy/paste-able commands for when you're using a MariaDB or MySQL database.
Docker Multi-step Docker Build Container Template for Node.js Applications This is a simple multi-step Node.js application docker build template that you can use to create self-contained, relatively small-sized and easily deployable images of your application. You can read
Quick Quick: How to dump & restore a PostgreSQL database from a docker container Sometimes you need to quickly dump and restore a PostgreSQL database, but what's the easiest way to do this when your database is in a Docker container? Check out this
Docker Ghost, Matomo, MariaDB and Traefik with SSL stack for personal blogs I have created a basic docker compose stack for people who want to use Ghost and Matomo with SSL. Read on for additional details, or head straight to my GitHub
Quick Quick: Docker Credential Helper Or; not storing your password in plaintext, because duh. This one got me by surprise; if you log in to something like Docker Hub or so using Docker, by default