-
Notifications
You must be signed in to change notification settings - Fork 455
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
Change command to reset build context #1005
Conversation
What's the full error message you got? |
|
What's your Docker version? |
Docker version 25.0.3, build 4debf41 |
That's strange. The I can't reproduce the issue on my machine. I'm running Docker 25.0.3 as well, with
|
While there are some issues with 'default' instance on my system, I am also seeing the mentioned error. I am also using Docker 25.0.3, on Mac.
|
@misilot do you run macOS? EDIT: given that the command still exists I don't understand why it would report to use |
@regisb, yes I am running macOS |
What's the output of |
|
The command |
Right. I think we can make the docs explicit that we need to use |
Builders and contexts are different things, so don't think that we should be recommending to switch context by default. I just saw this part of the docker buildx use documentation:
If I understand correctly,
@misilot what is the output of |
Is what I have currently on my laptop (macos) |
When I tried to run the specified command, docker told me to run `docker context use default`
This confirms my assumption. Docker recommends that you run |
Sounds good. I'll go with Docker is just creating custom contexts on it's own since I believe those are the default from an install :) |
Based on the conversations above, it seems no further action is required. Closing this out. Feel free to re-open/open a new one if some changes in docs are still needed. |
When I tried to run the specified command, docker told me to run
docker context use default