Appendix
Check docker image ip address
docker inspect --format='{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' sql
LCOW
Linux Container on Windows (LCOW)
Linux containers with Hyper-V isolation run each Linux container (LCOW) in an optimized Linux VM with just enough OS to run containers. In contrast to the traditional approach, each LCOW has its own kernel and its own VM sandbox. They're also managed by Docker on Windows directly.
LCOW is under active development and not stable.
Set up for LCOW
In PowerShell, run the following commands:
Because Linux Containers still need a Linux kernel, we need to deploy LCOW for it to run.
Restart the virtual machine for everything to apply.
Windows Update
Open Powershell with Administrator right and using the following command:
type 6 and install all the updates
Last updated
Was this helpful?