lcow icon indicating copy to clipboard operation
lcow copied to clipboard

Linux containers on Windows built with LinuxKit

Results 12 lcow issues
Sort by recently updated
recently updated
newest added

This is not an issue, it's actually a question. there is some way to get the earlyprintk from a custom Kernel? Or change the Linux cmdline for some way? I'm...

Running a linux container on Server 2019, that uses vips, I'm getting an error of: glib: Error creating thread: Resource temporarily unavailable After a while, it seems to be after...

**Docker info:** ``` Client: Debug Mode: false Plugins: app: Docker Application (Docker Inc., v0.8.0) buildx: Build with BuildKit (Docker Inc., v0.3.1-tp-docker) Server: Containers: 6 Running: 6 Paused: 0 Stopped: 0...

Hi! I'm using Windows Server 2019 (1809, build 17763), with "Containers" feature enabled. Performed all the steps from README.md. When trying to execute `docker run --platform linux --rm -ti busybox...

I think I opened the original issue in the wrong place: https://github.com/moby/moby/issues/39622#issue-474059608 Should I duplicate the entire text here or is the link sufficient?

I can't seem to get this working on Windows Server 2016 (version 1607), OS BUILD 14393.3025. I have build I get the output: ``` PS C:\Users\Together> docker -H "npipe:////./pipe//docker_lcow" version...

I'm not sure if the latest merged PR #45 was intended to be consumed publicly, but the kernel image resulting from building at that SHA will not launch containers in...

After building the following `Dockerfile`, the container cannot use `sudo` due to PAM issue: ```Dockerfile FROM opensuse/leap:42.3 RUN zypper --non-interactive install \ sudo #fix bug: https://github.com/openSUSE/docker-containers/issues/82 RUN sed -i 's/.*root.*-.*nproc.*unlimited.*$//g'...

Hi, I'm working on a PoC build to run Linux and Windows-based containers side by side on WS2019. To enable the side by side nature I have deployed the WS2019...

Looks like 1.0.2 is coming to end of support. Should (if not already) consider upgrading to the 1.1.1 series. https://www.openssl.org/source/ Note: The latest stable version is the 1.1.1 series. This...