Docker

[EN] My first Docker image with the M1 MacBook
[EN] My first Docker …

Long story short

docker buildx create --name mybuilder 
docker buildx use mybuilder 
docker buildx build --push --tag user/image-name --platform=linux/arm64,linux/amd64 . 

Initial situation

I was still in the early stages of diving into the Mac world when I noticed that there was a new PHPBB3 …