Running Netshot in Docker¶
Using Compose to run all components¶
The fastest way to run Netshot is to use Docker Compose to start all required components.
wget https://raw.githubusercontent.com/netshot-net/Netshot/master/dist/compose.yaml
docker compose up -d
You can try different versions of the Netshot container:
ghcr.io/netshot-net/netshot:latestfor the last releaseghcr.io/netshot-net/netshot:masterfor the latest codeghcr.io/netshot-net/netshot:sha-...for a specific commit
Building from the code repository¶
Compose stack¶
To fetch the current code, build and start Netshot (along with the DB and reverse proxy containers):