Hi I've commented on a couple threads, but there is a new Docker Desktop (4.16.2) for AS that allows containers to use Rosetta. It works really well on my work machine (M1 Pro, 32Gb). See this article on how to set it up.
Edit: A number of posts say you need to use docker run instead of docker-compose to start things up. I added:
"platform": "linux/x86_64",
Just before "image": "whatever",
for each container and it works great.
Edit: A number of posts say you need to use docker run instead of docker-compose to start things up. I added:
"platform": "linux/x86_64",
Just before "image": "whatever",
for each container and it works great.