Skip to main content

All Questions

2 questions with no upvoted or accepted answers
0 votes
2 answers
1k views

Issue with COPY command during building Docker Image

I have the following Docker file to build a .NET Core web application to be hosted on a Linux container - FROM microsoft/dotnet:2.2-aspnetcore-runtime AS base WORKDIR /app EXPOSE 80 EXPOSE 443 FROM ...
ARINDAM PAUL ROY's user avatar
-1 votes
1 answer
1k views

Unable to use networking (apt-get) in Docker 12.04 under Windows

I must create a Docker container for Ubuntu 12.04. I am setting up the container into a Windows 10 VM. To get build tools, I need to get apt-get install to work, but it can't reach its sources. I am ...
Thalia's user avatar
  • 658