smithery/netalertx

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.

Installation

$ npx skills add smithery/netalertx --skill netalertx-docker-build

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/netalertx · top by installs.

npx skills add smithery/netalertx

Browse all from smithery/netalertx

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 965 B
  • docs SUMMARY.md 193 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Docker Build

Build Unit Test Image

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)

Build and Launch Production Container

Before launching, stop devcontainer services first to free ports.

cd /workspaces/NetAlertX
docker compose up -d --build --force-recreate

Pre-Launch Checklist

  1. Stop devcontainer services: pkill -f 'php-fpm83|nginx|crond|python3'
  2. Close VS Code forwarded ports
  3. Run the build command

Production Container Details

  • Image: netalertx:latest
  • Container name: netalertx
  • Network mode: host
  • Ports: 20211 (UI), 20212 (API/GraphQL)