master
md 754 Bytes

WSL Container API samples

Standalone, self-contained samples that demonstrate the WSL Container API (Microsoft.WSL.Containers).

Sample Language Description
WSLC-HelloWorld C Minimal sample that runs echo in an alpine container and prints its output.
WSLC-Neofetch C++/WinRT Runs the Linux neofetch command from a native Windows .exe.
WSLC-NextCloud C# Runs a Nextcloud server in a container, exposed on http://localhost:8080.
WSLC-CustomContainer C# CLI Generates a scannable QR code in your terminal with a Python tool in a custom Containerfile that is auto-built at F5.