Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

594
Views
Very slow RUN on docker on windows containers

I installed docker on a Windows 10 machine via chocolatey choco install docker-desktop

Then I have built this image

FROM mcr.microsoft.com/windows/servercore:ltsc2016
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]

RUN Invoke-WebRequest -UseBasicParsing https://chocolatey.org/install.ps1 | Invoke-Expression

And it runs reasonably fast

Then I try to run this one

FROM chocolatey
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]

RUN cinst -y netfx-4.7.2-devpack

After downloading the .net installer the process fails with timeout. The last thing in the log is Installing dotnetfx...

No idea why and how to debug. Anyone has the same issue? Where do I start debugging this issue?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

I dont have a definitive answer for this but my current workaround is to use the sdk base image from microsoft from https://hub.docker.com/_/microsoft-dotnet-framework-sdk/

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!