Top "Docker-for-windows" questions

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

docker :manifest for microsoft/windowsservercore:latest not found

I want to run IIS in my Docker container But when I write this command : docker pull microsoft/windowsservercore I …

windows docker iis docker-for-windows
Docker container shuts down giving 'data directory has wrong ownership' error when executed in windows 10

I have my docker installed in Windows. I am trying to install this application. It has given me the following …

postgresql docker docker-compose docker-for-windows
How to access the docker VM (MobyLinux) filesystem from windows shell?

Is there away to log into host VM's shell, similarly to how can we easily enter into running containers bash? …

shell docker docker-for-windows
How to restart docker for windows process in powershell?

I want to restart docker for windows in powershell. just like I can do it with one command in powershell. …

powershell docker docker-for-windows
How I can access docker data volumes on Windows machine?

I have docker-compose.yml like this: version: '3' services: mysql: image: mysql volumes: - data:/var/lib/mysql environment: …

docker docker-compose docker-volume docker-for-windows
Adding PHP Extensions using Docker Compose

I'm trying to setup a local development environment in docker that includes nginx and php. I started with this tutorial …

docker docker-compose docker-for-windows
Exit Code 125 from Docker when Trying to Run Container Programmatically

I am trying to get an integration test working. In the test initialization phase I attempt to spin up a …

c# docker process programmatically-created docker-for-windows
Docker for Windows networking

I'm having some trouble understanding Docker for Windows and how the networking works. In VirtualBox with a bridged adapter and …

windows networking docker hyper-v docker-for-windows
How to use windows authentication with SQL server docker container

I have gone through all the examples I could find online for building docker container based applications. I would want …

sql-server docker docker-container docker-for-windows
Expose container port to Host using Docker for Windows in Windows 10

I've reading docker API and trying to create a simple container and expose 1 port. In my example, I have an …

docker docker-for-windows