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)
-
0
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>