Hi! Community I'm trying to use fleet with docker ...
# fleet
e
Hi! Community I'm trying to use fleet with docker on MacM1, anyone knows if exists an arm64 image that I could use?
k
Hey @Eduardo Alvarez! There isn't an arm64 version, but you can run Intel images with Docker Desktop using the
--platform linux/amd64
flag: https://docs.docker.com/build/building/multi-platform/#building-multi-platform-images
e
Yep! Do you have an example using
docker-compose
? That would be great!
k