Power shell 和 GitBash 在 windows OS 中显示不同的 docker 图像

Power shell and GitBash shows the different docker image in windows OS

您好,我已经在我的 Windows 机器上安装了 docker 桌面。

如果我使用 Powershell 或 Docker Desktop 或 Cmd 列出 docker 图像,我可以看到一些 docker 图像集。 我可以在 Git bash 中查看相同内容。我无法查看 Powershell 列出的 docker 图像。但是我可以看到一些不同的图像。

我需要更新什么配置才能从 PowerShell 和 GitBash

获得相同的 docker 图像

如何使用本地系统中的 docker 映像来使用 minikube。

最好不要把Git和Windowsbashshell和原生的Powershell.

搞混了

%PATH% 可能与 Docker 的 Powershell 和 Git 的 bash shell 不同。

因此您可以使用 WSL2 或 Hyper-V

关注“Getting started with Docker and Kubernetes on Windows 10" from Keith Mifsud

另请参阅“Install Minikube in Windows 10 via Docker Desktop 2021 Version