Top "Docker-for-windows" questions

Issues relating to running Windows or Linux containers on a Windows host by using Docker for Windows.

Docker tries to mkdir the folder that I mount

Why is Docker trying to create the folder that I'm mounting? If I cd to C:\Users\szx\Projects docker …

docker docker-for-windows
If Docker runs natively on windows, then why does it need hyper-v

If Docker community runs natively on windows, then why does it need Hyper-v? I.E., doesn't native imply that Docker-Engine …

docker docker-machine docker-for-windows
Docker: Why use Linux containers on Windows?

I am using Win 10 Pro N (Version 1709) as a development machine and Windows Server 2016 Standard (Version 1607) as production server. I …

docker docker-for-windows docker-desktop
Change file permissions in mounted folder inside docker container on Windows Host

Disclaimer/Edit 2 Some years later, for everyone reading this question - If you are on Windows and want to use …

docker docker-compose docker-machine docker-toolbox docker-for-windows
localhost not working docker windows 10

I am using VS2017 docker support. VS created DockerFile for me and when I build docker-compose file, it creates the …

docker dockerfile docker-for-windows asp.net-docker-extensions
Dockerfile COPY from a Windows file system to a docker container

I have a simple Dockerfile: FROM php:7.1-apache LABEL maintainer="[email protected]" COPY C:/Users/rburton/code/MyAgsourceAPI /var/…

docker dockerfile docker-for-windows
Docker Desktop for Windows: No hypervisor is present on this system

I am new to Docker Desktop for Windows. I am getting an error when I tried the hello world example …

docker docker-for-windows docker-desktop
How to add NuGet packages to the Dockerfile build steps?

I have a small .NET Framework 4.6.2 application with a few NuGet package references. On executing: docker build -t myapp . I …

.net docker docker-for-windows windows-container
Cannot start service web: OCI runtime create failed:

can I ask some help please when I execute the command docker-compose up -d I get error can you help …

php docker docker-compose docker-for-windows nginx-config
How to start Docker daemon (windows service) at startup without the need to log-in?

We have Docker for Windows installed on a Windows Server 2016 Datacenter box. We use this box as a build agent …

docker windows-server octopus-deploy docker-for-windows