Cannot run Dot net core preview project on Docker

前端 未结 3 1961
北荒
北荒 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:13

    As the error states Error The DOCKER_REGISTRY variable is not set. - you should add it to your environment variables.

    To do so simply type the following command with the corresponding registry URL into your cli:

    export DOCKER_REGISTRY=
    

提交回复
热议问题