Top "Docker-for-windows" questions

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

Cannot create Windows docker machine? "Hyper-V PowerShell Module is not available"

I just installed docker and tried to create a Windows (not Linux) docker machine but it failed? PS C:\> …

windows docker docker-machine docker-for-windows
Docker port mapping is not working on windows 10

I am new to docker. I am trying to get a simple node app running on docker. However I am …

docker docker-for-windows
Is there a way to list files inside a docker volume?

Simple question: Is there a docker command to view the files inside a volume? I run docker for windows which …

docker docker-for-windows
Invalid mount config for type "bind": bind source path does not exist when trying to run container on Docker for Windows

I'm trying to run the Prometheus sample at https://docs.docker.com/engine/admin/prometheus/#use-prometheus using Docker on Windows. …

powershell docker prometheus docker-for-windows
docker logs <C> returns nothing

I build and run a docker image with docker run --detach --name api rkevinburton/myagsourceapi But when I 'docker ps …

docker dockerfile docker-for-windows
Is there a way to connect through remote desktop to a running Windows Server container?

I want to run an old .NET application in a docker windows server container (https://hub.docker.com/r/microsoft/…

docker remote-desktop windows-server rds docker-for-windows
Docker - The framework microsoft.AspNetCore.App, version '3.1'0 was not found on build

I'm attempting to learn about docker and how to containerize a .NET core Web app. I've been following the tutorial …

c# .net docker asp.net-core docker-for-windows
Docker failed to initialize

I am trying to install the Docker community edition for windows, the installation was successful and it asked me to …

docker docker-for-windows
Access file of windows machine from docker container

I have installed Docker Desktop for Windows in Windows 10 operating system. I am running a python script inside docker container …

docker docker-machine docker-volume docker-for-windows docker-desktop
Mount point not found

I am running a Java EE 7 application (with a lot of classes) on WildFly with Jackson, CDI, Swagger and Drools. …

docker docker-for-windows docker-desktop