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
buildx use default
When a remote node is added, one expects buildx use default to switch back to local, but buildx ls still shows the remote builder as current.
buildx ls
The text was updated successfully, but these errors were encountered:
currently when switching to a docker context with buildx use we will show https://github.com/tonistiigi/buildx/blob/master/commands/use.go#L42 . I wonder if we should show same in this case and leave current behavior of buildx use default only to the case where currentcontext==default
buildx use
currentcontext==default
Sorry, something went wrong.
builder
Successfully merging a pull request may close this issue.
When a remote node is added, one expects
buildx use default
to switch back to local, butbuildx ls
still shows the remote builder as current.The text was updated successfully, but these errors were encountered: