gpt4 book ai didi

windows - 如何配置Docker CLI从Git-Bash上的minikube访问docker服务器?

转载 作者:行者123 更新时间:2023-12-02 21:09:07 25 4
gpt4 key购买 nike

我在Windows 10专业版的Visual Studio代码上使用了git bash集成终端。
如果尝试此命令eval $(minikube docker-env),我会得到bash: syntax error near unexpected token('`

然后我尝试eval '$(minikube docker-env)'并收到此错误bash: You: command not found
如果尝试minikube docker-env我得到

You can further specify your shell with either 'cmd' or 'powershell' with the --shell flag.

SET DOCKER_TLS_VERIFY=1
SET DOCKER_HOST=tcp://192.168.0.164:2376
SET DOCKER_CERT_PATH=C:\Users\migue\.minikube\certs
SET DOCKER_API_VERSION=1.35
REM Run this command to configure your shell:
REM @FOR /f "tokens=*" %i IN ('minikube docker-env') DO @%i

最后,如果我尝试使用 REM @FOR /f "tokens=*" %i IN '('minikube docker-env')' DO @%i,我会得到 bash: REM: command not found

最佳答案

这是Windows提供的cmd.exe Shell的配置。
如果要使用bash,可以手动配置它。从您的输出看起来像:

export DOCKER_TLS_VERIFY="1"
export DOCKER_HOST="tcp://192.168.0.164:2376"
export DOCKER_CERT_PATH="C:\Users\migue\.minikube\certs"

关于windows - 如何配置Docker CLI从Git-Bash上的minikube访问docker服务器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56100070/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com