For the complete documentation index, see llms.txt. This page is also available as Markdown.

🐋Using Docker

Installing Docker for Windows/Mac

Download Docker Desktop: https://www.docker.com/products/docker-desktop/

Requires Windows 10/11 Pro, Enterprise, or Education and CPU virtualization enabled in BIOS (Intel VT-x / AMD-V)

After installation, the Docker Desktop process needs to be running and can be backgrounded

Installing Docker for Unix

Installing Docker for Ubuntu/Debian

apt install docker.io
systemctl start docker
systemctl enable docker

Installing Docker for Arch Linux

pacman -S docker
systemctl start docker
systemctl enable docker

To avoid running Docker as root, without sudo

Building NetExec Docker Container

Building and running the container

Last updated

Was this helpful?