Top "Windows-container" questions

Windows containers are an operating system-level virtualization method for running multiple isolated Windows systems (containers) on a single control host.

Can Windows Containers be hosted on linux?

Is it possible to run Windows Containers on Linux? The scenario is based on an app written in the .NET (…

linux docker docker-for-windows windows-container docker-desktop
Appending to PATH in a Windows Docker container

I need to append to the PATH within a Windows Docker container, and I've tried many permutations. ENV PATH=%PATH%;…

docker containers windows-container
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
Unable to copy to Windows container ('docker cp') on Windows 10

I set up Docker for Windows on my laptop and switched from Linux Containers to Windows Containers in Docker's settings (…

docker windows-10 hyper-v windows-container
HNS failed with error : The parameter is incorrect

I am making a docker containerized application using visual studio 2017. When running docker through visual studio first, I got an …

docker docker-compose windows-container
Scale Azure Container Instance

Is it possible to scale an ACI running container? Problem: We have some old-school Cloud Services (.NET Framework v4.7.1) we're …

azure containers azure-container-service windows-container azure-container-instances
docker error in windows container read tcp : wsarecv: An existing connection was forcibly closed by the remote host

i am using the latest version of docker for windows. the linux container goes smoothly but i am getting below …

docker dockerfile windows-container
no matching manifest for windows/amd64 10.0.16299 in the manifest list entries error on pulling hello-world image

I've installed docker on windows 10 and configured for windows container. I'm not able to switch to linux container. it is …

docker windows-10 windows-container