Issues relating to running Windows or Linux containers on a Windows host by using Docker for Windows.
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-windowsI 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-windowsIs there away to log into host VM's shell, similarly to how can we easily enter into running containers bash? …
shell docker docker-for-windowsI want to restart docker for windows in powershell. just like I can do it with one command in powershell. …
powershell docker docker-for-windowsI 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-windowsI'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-windowsI 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-windowsI'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-windowsI 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-windowsI'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