docker-ops | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / docker-ops

docker-ops

maintained by dboone323

star 1 account_tree 0 verified_user MIT License
bolt View GitHub

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).

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 1
GitHub Forks 0
Created Jan 2026
Last Updated 3 months ago
tools tools system admin

Related Skills

docker-expert
chevron_right
hetzner-provisioner
chevron_right
caffeine
chevron_right
telnyx-network
chevron_right
plex

plex

openclaw
star 2.4k
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.