Skip to content
New issue

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 driver multiplatform error message can confuse users #1996

Closed
chris-crone opened this issue Aug 8, 2023 · 1 comment · Fixed by #1998
Closed

Docker driver multiplatform error message can confuse users #1996

chris-crone opened this issue Aug 8, 2023 · 1 comment · Fixed by #1998
Labels
kind/enhancement New feature or request
Milestone

Comments

@chris-crone
Copy link
Member

Description

The current error when trying to build an image for multiple platforms with the Docker driver (BuildKit inside Engine without the containerd snapshotter enabled) is:

ERROR: Multiple platforms feature is currently not supported for docker driver. Please switch to a different driver (eg. "docker buildx create --use")

We could improve this by pointing users to our multiplatform build documentation.

@fazlan-nazeem
Copy link

I got confused when I saw this error when trying to build for multi-platforms in DD. Once contained integration was enabled, I was able to build it successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants