Summary
The k3s-docker engine requires compatibility updates to work reliably with Docker Desktop on Linux (and likely macOS/Windows). Native Docker Engine on Linux is currently the only fully supported runtime.
Scope
This is a tracking issue for compatibility work. Not all incompatibilities have been catalogued yet — they should be discovered and addressed iteratively as users hit them.
Goals
overlock env create --engine k3s-docker should work out of the box on Docker Desktop
- Engine detection / configuration should adapt to Docker Desktop's runtime model where it differs from native Docker
- Document any unavoidable limitations or required user-side configuration
Out of scope
- Other engines (
kind, k3d, k3s) already have their own Docker Desktop support paths
Summary
The
k3s-dockerengine requires compatibility updates to work reliably with Docker Desktop on Linux (and likely macOS/Windows). Native Docker Engine on Linux is currently the only fully supported runtime.Scope
This is a tracking issue for compatibility work. Not all incompatibilities have been catalogued yet — they should be discovered and addressed iteratively as users hit them.
Goals
overlock env create --engine k3s-dockershould work out of the box on Docker DesktopOut of scope
kind,k3d,k3s) already have their own Docker Desktop support paths