A powerful, easily deployable network traffic analysis tool suite for network security monitoring
Installing and configuring Docker to run under the Windows Subsystem for Linux (WSL) must be done manually, rather than through the install.py script as with Linux and macOS.
wsl --install and wait for the installation to finish.curl -fsSL https://get.docker.com -o get-docker.sh followed by sudo sh get-docker.sh.docker group by running sudo usermod -a -G docker username, replacing username with the username you created before.docker --version and docker compose version.sudo update-alternatives --config iptables and select the option for iptables-legacy.Once the configuration is complete, Malcolm will be started and stopped from within your WSL distribution’s terminal environment as described in Running Malcolm.
Malcolm can run on Podman as a rootless alternative to Docker. See the Linux instructions for Installing and configuring Podman for more information.