docker

Posts

How to solve Docker compose .labels array items must be unique?

This blog post provides a clear understanding and a solution for the docker compose error `array items must be unique`.

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

Easy Redis stack setup using Docker Compose

Learn how to effortlessly set up a Redis stack using Docker Compose and the redis/redis-stack-server docker image in this quick and easy guide with a docker compose file.

Easy Redis stack setup using Docker Compose

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.

Ory OAthKeeper with Envoy Proxy, Prometheus and Jaeger Docker Compose

Odoo Docker Compose

A docker-compose file for the Odoo Open Source solution with the Odoo official Docker image and Postgres database.

Odoo Docker Compose

Metabase Docker Compose

A docker-compose file for the Metabase Open Source solution with the Metabase official Docker image and Postgres database.

Metabase Docker Compose

Prestashop Docker Compose

A docker-compose file for the Prestashop Open Source solution with the Prestashop official Docker image and MySQL database.

Prestashop Docker Compose

NestJS Project Dockerfile

A Dockerfile to build production-ready NestJS app docker image.

NestJS Project Dockerfile

Node Typescript Project Dockerfile

A Dockerfile to build production-ready Node Typescript docker image.

Node Typescript Project Dockerfile

Gogs Docker Compose

Gogs git repositories self-hosting solution docker-compose file.

Gogs Docker Compose