Document the LCOW V2 containerd shim in README#2720
Open
Conversation
Agent-Logs-Url: https://github.com/microsoft/hcsshim/sessions/e7380912-54b3-452e-9960-469c319b8394 Co-authored-by: rawahars <65640262+rawahars@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add documentation regarding the new shim and update Readme
Document the LCOW V2 containerd shim in README
May 4, 2026
Copilot stopped work on behalf of
rawahars due to an error
May 4, 2026 12:52
Agent-Logs-Url: https://github.com/microsoft/hcsshim/sessions/17ff81be-962e-4625-8805-33cb1bc244b9 Co-authored-by: rawahars <65640262+rawahars@users.noreply.github.com>
Agent-Logs-Url: https://github.com/microsoft/hcsshim/sessions/393701a4-b956-481b-8a8a-8eaefcc7c445 Co-authored-by: rawahars <65640262+rawahars@users.noreply.github.com>
rawahars
approved these changes
May 4, 2026
jterry75
reviewed
May 4, 2026
| C:\> ctr.exe run --runtime io.containerd.runhcs.v1 --rm mcr.microsoft.com/windows/nanoserver:2004 windows-test cmd /c "echo Hello World!" | ||
| ``` | ||
|
|
||
| ### Containerd Shim V2 (LCOW) |
Contributor
There was a problem hiding this comment.
So this is fine for now but you way want to write it in the way as if the others existed.
Conatinerd Shim V2
Replaces the V1 shim which is a Task only shim.
3 types.
containerd-shim-process-v2 -> Argons and Host Process Containers
sandboxes are pause containers (pods)
Tasks are workloads
TBD
containerd-shim-wcow-v2 -> UVM + Argons or Host Process Containers
sandboxes are UVMs
TBD
cntainerd-shim-lcow-v2 -> UVM + Linux containers
sandboxes are UVMs
implementation paths, etc.
jterry75
approved these changes
May 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docs/runtime-v2.mdanddocs/sandbox-api.md