-
I've been running SQL Server LCOW via Docker Desktop for many months now and recently it started to fail. The failure seems to be around the bind mount usage (-v), as when not using a bind mount the c…
-
I get a kernel bug when I try to run the [linux docker image of mssql server](https://hub.docker.com/_/microsoft-mssql-server?tab=description) on Windows Server 2019 with LCOW.
I have enclosed the …
-
Dockerfile
```
FROM ubuntu:trusty
RUN useradd -ms /bin/bash testuser \
&& printf "testuser:testuser" | chpasswd \
&& adduser testuser sudo \
&& printf "testuser ALL= NOPASSWD: ALL\…
-
For LCOW we currently use the standard LinuxKit kernel but omit the kernel modules from the `initrd` to minimise the size. The standard LinuxKit kernel config has a large number of features compiled i…
-
Currently for LCOW for every container launched in the UVM we create a sandbox.vhdx on the host of whatever size specified (default of 20GB) and mount this in as a SCSI disk to be used as the containe…
-
### Description
It seems that there is a bug preventing users from being able to run linux containers via ctr, on windows host using lcow. Discussion that led to discovery can be found on the [cont…
-
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'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 my environment.
I left some com…
-
Preface - I haven't yet debugged this issue enough to know precisely where the issue lies. I do know that I can very trivially reproduce the problem and wanted to at least get the ticket filed / conve…
-
Just started to debug into an issue that we're starting to see after integrating Consul into a compose stack under LCOW (PR at https://github.com/puppetlabs/pupperware/pull/37).
Opening an issue as…