Back to list
dboone323

docker-ops

by dboone323

1🍴 0📅 Jan 22, 2026

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)

ServicePortPurpose
Ollama11434Local LLM server
Open WebUI3001Chat interface
Redis6379Caching & task queue
Redis Insight5540Redis management UI
Grafana3000Monitoring dashboards
Prometheus9090Metrics collection
Dozzle8888Container 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).

Score

Total Score

60/100

Based on repository quality metrics

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

Reviews

💬

Reviews coming soon