We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hii All, I am using windows server2016-64 bit with docker(Azure VM) as below
PS C:\nerd-dinner> docker version Client: Version: 18.03.1-ee-3 API version: 1.37 Go version: go1.10.2 Git commit: b9a5c95 Built: Thu Aug 30 18:42:35 2018 OS/Arch: windows/amd64 Experimental: false Server: Engine: Version: 18.03.1-ee-3 API version: 1.37 (minimum version 1. Go version: go1.10.2 Git commit: b9a5c95 Built: Thu Aug 30 18:56:49 2018 OS/Arch: windows/amd64 Experimental: false
I downloaded code and was following below dockrezation(dinner-part-1) https://blog.sixeyed.com/dockerizing-nerd-dinner-part-1-running-a-legacy-asp-net-app-in-a-windows-container/
I placed that docker file and published app at same "C:\nerd-dinner" path and tried to build command at PS as below
PS C:\nerd-dinner> docker build -t sixeyed/nerd-dinner:part1 . Sending build context to Docker daemon 10.87MB Step 1/12 : FROM microsoft/iis:10.0.14393.206 10.0.14393.206: Pulling from microsoft/iis 9c7f9c7d9bc2: Retrying in 1 second 081af1807c20: Download complete 552bd0bc6fa3: Download complete 0964ce0f4e6c: Download complete unexpected status resolving reader: 404 Not Found
As above Error unexpected status resolving reader: 404 Not Found is coming and cannot see any images created by "docker images -a" command.
Please Help. Thanks,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hii All,
I am using windows server2016-64 bit with docker(Azure VM) as below
I downloaded code and was following below dockrezation(dinner-part-1)
https://blog.sixeyed.com/dockerizing-nerd-dinner-part-1-running-a-legacy-asp-net-app-in-a-windows-container/
I placed that docker file and published app at same "C:\nerd-dinner" path and tried to build command at PS as below
As above Error unexpected status resolving reader: 404 Not Found is coming and cannot see any images created by "docker images -a" command.
Please Help.
Thanks,
The text was updated successfully, but these errors were encountered: