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.
72
88%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Medium
Suggest reviewing before use
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-recreatepkill -f 'php-fpm83|nginx|crond|python3'netalertx:latestnetalertx20ddf48
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.