从 Linux 到 Windows 与远程 docker 通话
Talking to remote docker from Linux to Windows
我已经 Windows 7,其中 docker 工具箱安装了 VirtualBox 运行 默认 docker 机器。
我有另一台 Linux 机器,我在其中设置了栖息地 (habitat.sh) 并尝试使用 hab pkg export docker <..> 命令导出包但它显然在最后给我以下错误:
"Cannot connect to the Docker daemon. Is the docker daemon running on this host?"
如何连接到 windows 7 机器中的 docker?
谢谢
我能够使用 TLS 连接到远程。 docker 文档中建议使用 TLS 来执行此操作。
谢谢
我已经 Windows 7,其中 docker 工具箱安装了 VirtualBox 运行 默认 docker 机器。
我有另一台 Linux 机器,我在其中设置了栖息地 (habitat.sh) 并尝试使用 hab pkg export docker <..> 命令导出包但它显然在最后给我以下错误:
"Cannot connect to the Docker daemon. Is the docker daemon running on this host?"
如何连接到 windows 7 机器中的 docker?
谢谢
我能够使用 TLS 连接到远程。 docker 文档中建议使用 TLS 来执行此操作。
谢谢