You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marking that first issue as a bug—for the second, what syntax is that? If PowerShell, I explicitly don't directly support PowerShell in all my examples. I often recommend WSL2 just because it would be incredibly painful to try to match all commands between Windows/PowerShell and [everything else].
Yeah it's Windows command line. My WSL2 was broken so I installed the Windows ver alongside my windows ver of Docker desktop and had this issue. I think using Minikube docker-env is quite nice as it outputs the right command for the user's OS. I guess it depends if it's worth it given this shouldn't happen in WSL2.
Chapter 1
Under Building Hello Go on page 23
The second curl example is incorrect
should be
Under Building the Hello Go container in Minikube on page 28
The link at the bottom returns 404:
https://minikube.sigs.k8s.io/docs/start/linux/
On page 29
but in Windows it's
possibly suggest
minikube docker-env
to get the command relevant to your OS.The text was updated successfully, but these errors were encountered: