I am working through Russ McKendrick's Mastering Docker, in chapter 5. When I try to build the first docker-compose application from his github repository, I get the following error:
Step 1/5 : FROM microsoft/dotnet:2.0.0-sdk pull access denied for microsoft/dotnet, repository does not exist or may require 'docker login': denied: requested access to the resource is denied ERROR: Service 'worker' failed to build : Build failed
I have logged in to the command line with command docker login successfully and it still gives me the message.
The dockerhub microsoft dotnet sdk page https://hub.docker.com/_/microsoft-dotnet-sdk does not help out too much, even though it comes up when googling microsoft/dotnet:2.0.0-sdk. The 2.0.0 sdk does not show up there. Is the microsoft/dotnet:2.0.0-sdk no longer on docker hub? If that is the case, where is it available?