A powerful, easily deployable network traffic analysis tool suite
Installing and configuring Docker to run under Windows must be done manually, rather than through the install.py
script as is done for Linux and macOS.
wsl --install -d Debian
in PowerShell as Administrator (these instructions are tested with Debian, but may work with other distributions)docker info
to make sure Docker is runningOnce Docker is installed, configured and running as described in the previous section, run ./scripts/install.py --configure
to finish configuration of the local Malcolm installation. Malcolm will be controlled and run from within your WSL distribution’s terminal environment.