What problem does it solve?
This Skill eliminates the guesswork of building, running, and troubleshooting containerized EOS services by providing a reliable, repeatable Docker + Docker Compose operational playbook.
Core Features & Use Cases
- EOS-aligned service operations: restart individual EOS services (os-discord, os-bot, os-monitor, os-scraper, os-webhook) with correct verification via logs and import checks.
- Change-aware deployment guidance: choose the right workflow for Python code changes versus requirements changes versus Dockerfile changes to ensure containers actually pick up updates.
- Practical debugging + operational safety: inspect container state, tail logs, exec into containers, and follow gotchas like staggered restarts and shm_size tuning for Playwright/Chromium.
Quick Start
Use the docker skill to deploy your EOS service changes by running "Restart os-discord after verifying Python imports, wait 15 seconds, then check the last 10 log lines for readiness."