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.
**Describe the bug** According to the Docker documentation: https://docs.docker.com/config/containers/resource_constraints/ there should be by default no resource constraints. However, if I do not specify how much RAM and how many CPUs...
I deployed a pod with following yaml ``` apiVersion: v1 kind: Pod metadata: name: memtest spec: containers: - name: test image: mcr.microsoft.com/windows/servercore:ltsc2019 command: ["PowerShell", "while($true) { sleep 999 }"] ```...
## Feature Request Provide PowerShell scripts for users to uninstall container runtimes and other requirements to support containers. Since we provide ways to install these services, users deserve a way...
Hello, I face an issue since a long time, we have workaround and tricks in place, but I would have a more elaborated answer about the expected behaviour, an eventual...
**What is your question?** I just installed the v2 version of WAC. In the original I would see a list of extensions, one of which is called the container extension....
NOTE: Edited on 2023-07-11 to correct inaccurate data about ARM64 machines. **Describe the bug** Argon containers use only weak cores on systems with heterogeneous CPUs. We use Docker for our...
**Observed**: When windows server ltsc2022 container is newly configured with WinSystemLocale as ja-JP, and the container exits, the windows server host shuts down. **Expected**: Docker container termination should have no...
**Describe the bug** Slowness in cloning source when running multiple containers simultaneously in process isolation. | Isolation Mode | Time in Git clone | Containers running in parallel | Comments...
**Is your feature request related to a problem? Please describe.** The ability to move to cloud-native workflows and scale solutions with "classic" Microsoft Windows Server products. **Describe the solution you'd...
If i setup a container with limits on cpu count and memory: ``` C:\>docker inspect testcontainer --format "Name: {{.Name}} | CpuCount: {{.HostConfig.CpuCount}} | Memory: {{json .HostConfig.Memory}} | Isolation: {{.HostConfig.Isolation}}" Name:...