This is an attempt as a faster, easier-to-setup version of pwnvm, with PowerShell scripts.
- Install Docker: Using chocolatey is the most convenient way for me
- Run PowerShell as administrator and make sure
ExecutionPolicyis set toUnrestrictedorBypass(runSet-ExecutionPolicy Unrestricted) - Build:
./build.ps1
Docker has support for WSL now. Download the installer, follow the installation instructions, and run docker commands in WSL.
Use installer.
https://docs.docker.com/engine/install/#server
- Pull -
./pullor./pull.ps1 - Start -
./startor./start.ps1 - Connect -
./connector./connect.ps1 - Stop -
./stopor./stop.ps1 - Build (not required if pulled) -
./buildor./build.ps1