Visual studio 2017 docker 错误 运行 应用
Visual studio 2017 docker error running app
我试图从 visual studio 2017 内部执行一个新的 asp 网络核心项目,但总是出现此错误:
Build path either does not exists, is not accesible, or is not a valid
URL
知道问题出在哪里吗?
在我的特殊情况下,我正在使用 Edge 频道的 Docker for Windows。所以我刚刚卸载了它并安装了来自稳定频道 https://docs.docker.com/docker-for-windows/install/#download-docker-for-windows 的最新版本。一切顺利,问题消失了。
我正在为 Windows Server 2016(边缘通道)使用 Docker,也遇到了这个问题。但是我无法切换到任何东西。
在 github 此处发现问题后:https://github.com/docker/compose/issues/4710
这显然是相对路径中的错误。
其中一位开发人员发布了 docker-compose.exe(参见之前的 link)的新二进制文件,您可以在本地 docker 安装中手动替换它。之后它又对我有用了。
我试图从 visual studio 2017 内部执行一个新的 asp 网络核心项目,但总是出现此错误:
Build path either does not exists, is not accesible, or is not a valid URL
知道问题出在哪里吗?
在我的特殊情况下,我正在使用 Edge 频道的 Docker for Windows。所以我刚刚卸载了它并安装了来自稳定频道 https://docs.docker.com/docker-for-windows/install/#download-docker-for-windows 的最新版本。一切顺利,问题消失了。
我正在为 Windows Server 2016(边缘通道)使用 Docker,也遇到了这个问题。但是我无法切换到任何东西。 在 github 此处发现问题后:https://github.com/docker/compose/issues/4710 这显然是相对路径中的错误。
其中一位开发人员发布了 docker-compose.exe(参见之前的 link)的新二进制文件,您可以在本地 docker 安装中手动替换它。之后它又对我有用了。