Base solution for your next web application
Open Closed

Docker - repository zero/mvc not found #4005


User avatar
0
cmthomps created

We're starting to experiment with using docker. When we try to run "docker-compose up -d", we're getting an error that says:

Pulling zero_mvc (zero/mvc:latest)... ERROR: repository zero/mvc not found: does not exist or no pull access

Should we be using a different image?

Thanks, Craig


1 Answer(s)
  • User Avatar
    0
    alirizaadiyahsi created

    Hi @cmthomps,

    Before run "docker-compose", you should run "build-mvc.ps1" script under "aspnet-core/build" folder.

    Check this article: <a class="postlink" href="https://www.codeproject.com/Articles/1189662/Running-ASP-NET-Boilerplate-Module-Zero-Core-Templ">https://www.codeproject.com/Articles/11 ... Core-Templ</a>