Skip to main content

All Questions

-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
2 votes
1 answer
2k views

Issues with installing the NVIDIA driver Ubuntu on WSL

I want to install Docker NVIDIA packages on Ubuntu Desktop (Windows 10 Pro is a host OS). I do have Docker runnung and now I am trying to install the NVIDIA driver for Ubuntu. After the following ...
user17825011's user avatar
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
3 votes
1 answer
3k views

Docker client on WSL creates volume path problems

Windows 10 build 15063.11, running Windows Subsystem for Linux (WSL) Xenial 16.04.2 LTS. There's a docker client running in WSL connecting to the Windows Hyper-V daemon. Fun. The one issue I can'...
ejb's user avatar
  • 131