docker
Posts
How to fix DNS Internal Resolution inside the Nginx docker container
Sometimes, errors with Docker and some containers can become cryptic when it is about networking. Today, it was Nginx that was not able to reach another container.
MySQL Docker Image for Mac ARM M1
MySQL official Docker image is not available for Apple ARM-based M1 and M2 CPUs. But there is some options to use mysql image on Mac and more globally on ARMv8 microarchitecture.
How to deal with Docker Hub rate limit on AWS
Since 2020, DockerHub has been limited to only 200 container image pull requests per six hours. This article will help you to deal with this limitation on AWS.
Snippets
Ory OAthKeeper with Envoy Proxy, Prometheus and Jaeger Docker Compose
Ory OAthKeeper is a great Open Source Identity and Access Proxy (IAP). It can be deployed as a reverse proxy or as a control decision engine deployed with a reverse proxy. Most of the time, services are already deployed with a proxy like an Nginx or an Envoy. If you want to deploy for production, you may want to have metrics and distributed tracing as well.
Odoo Docker Compose
A docker-compose file for the Odoo Open Source solution with the Odoo official Docker image and Postgres database.
Metabase Docker Compose
A docker-compose file for the Metabase Open Source solution with the Metabase official Docker image and Postgres database.
Prestashop Docker Compose
A docker-compose file for the Prestashop Open Source solution with the Prestashop official Docker image and MySQL database.
NestJS Project Dockerfile
A Dockerfile to build production-ready NestJS app docker image.
Node Typescript Project Dockerfile
A Dockerfile to build production-ready Node Typescript docker image.
Gogs Docker Compose
Gogs git repositories self-hosting solution docker-compose file.