问题描述
我正在尝试对一个项目使用 $ docker-compose up -d
并收到此错误消息:
I am trying to use $ docker-compose up -d
for a project and am getting this error message:
错误:对于 api 无法启动服务 api:驱动程序在端点 dataexploration_api_1 上编程外部连接失败(8781c95937a0a4b0b8da233376f71d2fc135f46aad011401c019eb3d14a0b117):错误启动用户空间:m.cp00.09:/09t09: cp009: cp009: 0.cp009/输出错误启动项目时遇到错误.
我想知道它是否可能是端口?我之前一直在尝试端口 8080.该项目最初是在 mac 上设置的,我已经从 gitHub 克隆了存储库.
I am wondering if it is maybe the port? I had been trying port 8080 previously. The project was originally set up on a mac and I have cloned the repository from gitHub.
推荐答案
我在 Windows 10 Pro/Docker v17.06.1-ce-win24/Docker-Compose v1.14.0 上使用 Windows Powershell x86 在管理中收到相同的错误消息模式.
I got the same error message on my Windows 10 Pro / Docker v17.06.1-ce-win24 / Docker-Compose v1.14.0 using Windows Powershell x86 in admin mode.
解决方案是简单地重新启动 Docker.
The solution was to simply restart Docker.
这篇关于Windows 10 上的 Docker“驱动程序在端点上编程外部连接失败"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!