Windows-Containers icon indicating copy to clipboard operation
Windows-Containers copied to clipboard

Welcome to our Windows Containers GitHub community! Ask questions, report bugs, and suggest features -- let's work together.

Results 118 Windows-Containers issues
Sort by recently updated
recently updated
newest added

**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...

bug
Performance

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 }"] ```...

Windows on Kubernetes

## 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...

enhancement

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...

question
Networking

**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....

question
triage

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...

bug

**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...

bug

**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...

bug
perf

**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...

enhancement

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:...

enhancement
Logging & Tooling