2.9.3
#40942
Replies: 1 comment
-
|
WSLC looks fantastic. I believe the release notes missed minor Linux kernel update to 6.18.35 (from 6.18.33). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Release Notes
WSL Containers (WSLC) is now in Public Preview
We're excited to announce that WSL Containers (WSLC) is now available in public preview. WSLC brings native Linux container support to WSL, letting you build, run, and manage containers directly through the new
wslccommand line tool and a fully projected SDK (C++, C#/WinRT).Highlights of what's available in this preview:
--cpus,--memory,--ulimit),--shm-size, and configurable stop signals.--labelsupport), pull, push, import, save (including multiple images in a single tar), inspect, list/prune with filters, and multi-image delete.container:<name|id>network mode, custom network types, port publishing, and network prune.Uid/Gid/Fixeddriver options.wslc logswith--timestamps,--since,--until, and-n; container stats; structured CLI output with color; MSBuild and CMake build integration; and group policy (ADMX) support for management.Bug Fixes
systemctl poweroffthat could block VM termination by @chemwolf6922 in Fix stuck systemctl poweroff could block terminate #40866scope_exitreset by @OneBlue in Fix potential init crash by catching exceptions in scope_exit reset() #40691accept()calls by @FetoiuCatalin in Fix mirrored mode port tracking for implicit binds resulting from accept() calls #40287 and denied guest binds to the host ephemeral port range in mirrored mode by @FetoiuCatalin in Deny guest binds to host ephemeral port range in mirrored mode #40597binfmt_miscfrom a cross-distro wipe at shutdown by @benhillis in protect binfmt_misc from cross-distro wipe at shutdown #40621wslpathtranslation of\\wsl.localhostwhen the current distro name is a subset of the target distro name by @OneBlue in Fix incorrect wslpath translatation of \\wsl.localhost when the current distro is a subset of the target distro #40687CreateInstancefailure when the Windows hosts file exceeds the message size cap by @benhillis in Fix CreateInstance failure when Windows hosts file exceeds message size cap #40718Fixes and Improvements
std::terminatein the Plan9FsUserContextdestructor by @benhillis in Avoid std::terminate in FsUserContext destructor (Plan9) #40417MoveDistributionfailing withE_ACCESSDENIEDwhen setting the VHD owner under impersonation by @benhillis in Fix MoveDistribution E_ACCESSDENIED when setVhdOwner fails under impersonation #40717Security
Full Changelog: 2.7.10...2.9.3
This discussion was created from the release 2.9.3.
Beta Was this translation helpful? Give feedback.
All reactions