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
Currently, the docker sandbox command does not support specifying the platform. It would be very helpful to add a command-line option to allow users to select the platform, for example --platform linux/amd64. This feature would enable users on macOS to use Linux/amd64 instead of being forced to use Linux/arm64. Such capability is important for maintaining compatibility with software and environments that expect x86_64 rather than ARM architecture.