Windows-Containers
Windows-Containers copied to clipboard
Welcome to our Windows Containers GitHub community! Ask questions, report bugs, and suggest features -- let's work together.
I have been using the guidance in https://github.com/microsoft/Windows-Containers/issues/494 to update a WinPE image. The `Add-Package` works to add features and updates. I have tried to change the language but it...
**Describe the bug** According to this documentation: https://learn.microsoft.com/en-us/dotnet/framework/migration-guide/versions-and-dependencies#net-framework-462 Server Core LTSC 2016 should have .NET Framework 4.6.2 installed. However, when using the latest LTSC 2016 container, .NET Framework 4.7.2 is...
In previous years, there were multiple optimizations to Windows container image sizes. * [Reducing the size of Windows Server Container Images – Part 1](https://techcommunity.microsoft.com/blog/containers/reducing-the-size-of-windows-server-container-images-%E2%80%93-part-1/3712738) * [Reducing the size of Windows...
This is a request carried over from this issue - https://github.com/moby/buildkit/issues/5445 Windows primarily gets the PATH environment variable from the registry. However, when the PATH is set in the image...
**Is your feature request related to a problem? Please describe.** I tryting to do as https://docs.portainer.io/start/install-ce/server/swarm/wcs tells. But I got problem while start up portiainer, so I switch to use...
Hi everyone ! I have been troubleshooting why some services of a windows container ([windows server image](https://hub.docker.com/r/microsoft/windows-server/)) aren't reachable from the host when the container is running in Hyper-V isolation...
I have a number of machines that have docker installed using the script [helpful_tools/Install-DockerCE/install-docker-ce.ps1](https://github.com/microsoft/Windows-Containers/blob/Main/helpful_tools/Install-DockerCE/install-docker-ce.ps1) as per the documentation https://learn.microsoft.com/en-us/virtualization/windowscontainers/quick-start/set-up-environment?tabs=dockerce#windows-server-2 My hosts have then been setup to be a swarm cluster...
**Describe the bug** I want to run windows docker container(--isolation=process) and first time it run just fine but when I rerun it it will report this error **(HTTP code 500)...
**Describe the bug** When I create an ACLPolicy for HNSEndpoint, it fails to apply in Windows Server 2025 Containers. This behavior works as expected in Windows Server 2019. It's unclear...
**What is your question?** After Reading [this document ](https://learn.microsoft.com/en-us/virtualization/windowscontainers/container-networking/network-isolation-security#windows-server-containers), it mentions that Default Outbound: ALLOW ALL for Windows Server Containers. It also mentions that it's possible to change the default...