You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't test your sceneario unfortunately, I don't have a Mac :(
I think the primary issue seems to be the multiple layers of virtualization. The --privileged option cannot be used with --platform=linux/amd64 because the container is actually run using Rosetta.
Hello,
✅ Following approach works:
docker run -it --privileged cruizba/ubuntu-dind docker run hello-world
❌ But the following approach doesn't:
docker run -it --platform=linux/amd64 --privileged cruizba/ubuntu-dind docker run hello-world
Error Message:
I'm working on a Mac with M3 chip.
The text was updated successfully, but these errors were encountered: