Closed wagnerand closed 2 months ago
Ever time I run make up, I am getting
make up
ERROR: run `docker context use default` to switch to default context 18306 v0.16.1-desktop.1 /Users/awagner/.docker/cli-plugins/docker-buildx buildx use default github.com/docker/buildx/commands.runUse github.com/docker/buildx/commands/use.go:31 github.com/docker/buildx/commands.useCmd.func1 github.com/docker/buildx/commands/use.go:73 github.com/docker/cli/cli-plugins/plugin.RunPlugin.func1.1.2 github.com/docker/cli@v27.0.3+incompatible/cli-plugins/plugin/plugin.go:64 github.com/spf13/cobra.(*Command).execute github.com/spf13/cobra@v1.8.1/command.go:985 github.com/spf13/cobra.(*Command).ExecuteC github.com/spf13/cobra@v1.8.1/command.go:1117 github.com/spf13/cobra.(*Command).Execute github.com/spf13/cobra@v1.8.1/command.go:1041 github.com/docker/cli/cli-plugins/plugin.RunPlugin github.com/docker/cli@v27.0.3+incompatible/cli-plugins/plugin/plugin.go:79 main.runPlugin github.com/docker/buildx/cmd/buildx/main.go:67 main.main github.com/docker/buildx/cmd/buildx/main.go:84 runtime.main runtime/proc.go:271 runtime.goexit runtime/asm_arm64.s:1222 make[1]: *** [docker_use_builder] Error 1 make: *** [docker_pull_or_build] Error 2
Workaround: Run docker context use default manually
docker context use default
No manual workarounds
┆Issue is synchronized with this Jira Task
What happened?
Ever time I run
make up
, I am gettingWorkaround: Run
docker context use default
manuallyWhat did you expect to happen?
No manual workarounds
Is there an existing issue for this?
┆Issue is synchronized with this Jira Task