master
md 11 lines 754 Bytes
Rendered Raw
1 # WSL Container API samples
2
3 Standalone, self-contained samples that demonstrate the
4 [WSL Container API](https://aka.ms/wslc) (`Microsoft.WSL.Containers`).
5
6 | Sample | Language | Description |
7 | --- | --- | --- |
8 | [WSLC-HelloWorld](WSLC-HelloWorld) | C | Minimal sample that runs `echo` in an `alpine` container and prints its output. |
9 | [WSLC-Neofetch](WSLC-Neofetch) | C++/WinRT | Runs the Linux `neofetch` command from a native Windows `.exe`. |
10 | [WSLC-NextCloud](WSLC-NextCloud) | C# | Runs a Nextcloud server in a container, exposed on `http://localhost:8080`. |
11 | [WSLC-CustomContainer](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**. |