We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker supports multi-arch capabilities. Oddly it's a sticky option. If you last ran an image with one platform it will invoke future elements.
The side effecting isn't good.
It would be good to take a --platform argument and execute it . But otherwise use the system native platform.
--platform
It would probably need to detect the current default somehow to optionally override it to keep it commands repeatable.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
docker supports multi-arch capabilities. Oddly it's a sticky option. If you last ran an image with one platform it will invoke future elements.
The side effecting isn't good.
It would be good to take a
--platform
argument and execute it . But otherwise use the system native platform.It would probably need to detect the current default somehow to optionally override it to keep it commands repeatable.
The text was updated successfully, but these errors were encountered: