Cannot run Dot net core preview project on Docker

前端 未结 3 1967
北荒
北荒 2021-01-18 03:34

I have just created a web application with the latest .Net Core Preview sdks. I am trying to run it on Linux Docker however the project does not build.
The error I am re

3条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-18 04:30

    When you get this error you should take a look at Output -> Docker, usually it shows what is the problem. It could be that container you are trying to overwrite is running. Or some other configuration problem.

    By reading Docker Output you should be able to quickly deduce what is the problem and fix it. Too bad that Visual Studio doesn't instruct you to do this, but for now only give this generic The DOCKER_REGISTRY variable is not set error.

提交回复
热议问题