M1 catch 22 with export DOCKER_DEFAULT_PLATFORM=linux/amd64
#2
Labels
enhancement
New feature or request
export DOCKER_DEFAULT_PLATFORM=linux/amd64
#2
Generally, I prefer to use
export DOCKER_DEFAULT_PLATFORM=linux/amd64
, meaning the default is standard x64. However, for some reason traefik is refusing to work under these conditions where all other images are fine.However, it seems like things work best when I don't specify a default platform at all. I suggest we explicitly remove that env variable (with a warning) before every run.
The text was updated successfully, but these errors were encountered: