docker
Posts
MySQL Docker Image for Mac ARM M1
Apple ARM M1 issue is that number of software are not compatible with the microarchitecture ARMv8 like MySQL official Docker image for example. Here a solution.
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
Prestashop Docker Compose
A docker-compose file for the Prestashop Open Source solution with the Prestashop official Docker image and MySQL database.
Typescript Project Dockerfile
A Dockerfile to build production-ready Typescript docker image.
Gogs Docker Compose
Gogs git repositories self-hosting solution docker-compose file.