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** Apparently MSVC does not support [_long paths_](https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry) inside a Docker container. On the host, it works perfectly fine. **To Reproduce** I've prepared a minimal repo: https://github.com/jdoubleu/msvc-docker-bug Steps...

bug
triage

**Describe the bug** When we deploy a windows container with DNSConfig parameter, this parameter is not apply to the container. **To Reproduce** - Deploy custom coreDNS pod - Deploy Pod...

bug
triage

I'm trying to develop a csi driver which loads an oci image with a writable layer for use in CI builds. To accomplish this I use `ctr` binary to do...

question
triage

This PR enhances the `install-docker-ce.ps1` script to support updating existing Docker installations while preserving the `daemon.json` configuration file, eliminating the need for manual backup/restore steps. ## Problem Previously, updating Docker...

**Describe the bug** Building an image that contains an MSYS2 installation (using the Dockerfile specified below) fails with the following message: ``` re-exec error: exit status 1: output: hcsshim::ImportLayer failed...

bug

k exec -it pws-new16 -n calico-demo -- powershell apiVersion: v1 Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. PS C:\> nslookup kubernetes.default DNS request timed out. timeout was 2...

bug
triage

# **Describe the bug** Following the [official documentation](https://learn.microsoft.com/en-us/virtualization/windowscontainers/quick-start/set-up-environment?tabs=containerd#windows-server-2), the script installs `containerd` [v1.6.6](https://github.com/microsoft/Windows-Containers/blob/Main/helpful_tools/Install-ContainerdRuntime/install-containerd-runtime.ps1#L59) when using default parameters. Unfortunately **this version contains a serious bug** that was [fixed only in v1.6.26](https://github.com/containerd/nerdctl/issues/2485#issuecomment-1927854436)...

bug
triage

Windows Containers do not support running CUDA inside a container. This is due to Windows Container limitations. This is a HUGE strategic gap that means that AI applications need to...

enhancement
AI/ML

**Describe the bug** ``` ~ $ docker run -it mcr.microsoft.com/windows/server:ltsc2022 Unable to find image 'mcr.microsoft.com/windows/server:ltsc2022' locally ltsc2022: Pulling from windows/server 01c4baad83ab: Extracting [=======================> ] 1.421GB/3.014GB ce7126e7d668: Download complete ``` It...

bug
documentation

**Describe the bug** On Windows Server Kubernetes nodes: - **When Docker’s `data-root` is on SSD (ATA bus)** → `docker build` works correctly. - **When Docker’s `data-root` is on NVMe Direct...

bug
triage