> If Docker Mac works as well on Apple Silicon I might be able to just stick with that and not need either VMWare or Parallels.
MacBook Pro M1 Max user here. Yes, Docker Mac works on Apple Silicon.
Make sure to use Docker images built for Arm. M1 Rosetta is good, but is not used for Docker images. If you run Docker images for x86_64 in Docker Mac on Apple Silicon it’s noticeably slower. Whereas running docker images built for Arm is fast.
MacBook Pro M1 Max user here. Yes, Docker Mac works on Apple Silicon.
Make sure to use Docker images built for Arm. M1 Rosetta is good, but is not used for Docker images. If you run Docker images for x86_64 in Docker Mac on Apple Silicon it’s noticeably slower. Whereas running docker images built for Arm is fast.