mmap.page

RFA: This manual is outdated and I no longer use Windows.

This is a Work-Needing and Prospective Page. Request For Adoption: this page is maintained but up for adoption. If you wish to take over the maintenance, please open an issue or send a pull request.

Windows User Manual

Software

Docker

Given the licensing issues with Docker Desktop For Windows, I installed Docker directly in Debian within WSL2. The Debian environment in WSL2 differs from standard Debian (for example, no systemd), so Docker doesn't work out of the box and requires some additional configuration. See the instructions here.

Accessing Clipboard from Command Line

In WSL 2, you can use powershell.exe Get-Clipboard and clip.exe to read and write clipboard contents:

powershell.exe Get-Clipboard | cut -d ',' -f1 | clip.exe