with one click
netalertx-docker-build
Build Docker images for testing or production. Use this when asked to build container, build image, docker build, build test image, or launch production container.
Menu
Build Docker images for testing or production. Use this when asked to build container, build image, docker build, build test image, or launch production container.
| name | netalertx-docker-build |
| description | Build Docker images for testing or production. Use this when asked to build container, build image, docker build, build test image, or launch production container. |
Required after container/Dockerfile changes. Tests won't see changes until image is rebuilt.
docker buildx build -t netalertx-test .
Build time: ~30 seconds (or ~90s if venv stage changes)
Before launching, stop devcontainer services first to free ports.
cd /workspaces/NetAlertX
docker compose up -d --build --force-recreate
pkill -f 'php-fpm83|nginx|crond|python3'netalertx:latestnetalertxNetAlertX coding standards and conventions. Use this when writing code, reviewing code, or implementing features.
Manage NetAlertX configuration settings. Use this when asked to add setting, read config, get_setting_value, ccd, or configure options.
Guide for identifying, managing, and running commands within the NetAlertX development container. Use this when asked to run commands, testing, setup scripts, or troubleshoot container issues.
Enables live interaction with the NetAlertX runtime. This skill configures the Model Context Protocol (MCP) connection, granting full API access for debugging, troubleshooting, and real-time operations including database queries, network scans, and device management.
Enables live interaction with the NetAlertX runtime. This skill configures the Model Context Protocol (MCP) connection, granting full API access for debugging, troubleshooting, and real-time operations including database queries, network scans, and device management.
Read before running tests. Detailed instructions for single, standard unit tests (fast), full suites (slow), handling authentication, and obtaining the API Token. Tests must be run when a job is complete.