← スキル一覧に戻る

docker-ops
by dboone323
⭐ 1🍴 0📅 2026年1月22日
SKILL.md
name: docker-ops description: > Expertise for managing Docker services in this project including Redis, Ollama, Open WebUI, Grafana, Prometheus, and Dozzle. Use when working with containers, Docker Compose, or troubleshooting service connectivity.
Docker Operations Expert
Specialized knowledge for the Docker infrastructure in this project.
Services (docker-compose.yml)
| Service | Port | Purpose |
|---|---|---|
| Ollama | 11434 | Local LLM server |
| Open WebUI | 3001 | Chat interface |
| Redis | 6379 | Caching & task queue |
| Redis Insight | 5540 | Redis management UI |
| Grafana | 3000 | Monitoring dashboards |
| Prometheus | 9090 | Metrics collection |
| Dozzle | 8888 | Container log viewer |
Common Operations
Start/Stop
docker compose up -d # Start all
docker compose down # Stop all
docker compose restart redis # Restart specific
Health Check
docker compose ps
docker compose logs -f ollama
curl -sI localhost:5005/status # MCP server
Cleanup
docker system prune -f # Remove unused
docker volume prune -f # Remove volumes
docker image prune -a -f # Remove images
Troubleshooting
# Check container logs
docker logs tools-automation-redis-1
# Enter container shell
docker exec -it tools-automation-ollama-1 sh
# Check resource usage
docker stats
Network
All services on tools_network bridge network.
Internal DNS uses service names (e.g., redis:6379).
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です