Docker Up banner
hoangsonww hoangsonww

Docker Up

DevOps community

Description

Start the WealthWise development environment with Docker Compose or Podman Compose. Mode: $ARGUMENTS ## Runtime detection Detect which container runtime is available: 1. Check `docker info 2>/dev/null` — if it succeeds, use `docker compose` 2. Else check `podman info 2>/dev/null` — if it succeeds, use `podman-compose` 3. If neither is available, report the error and stop When using Podman, substitute: - `docker compose` → `podman-compose` - `docker-compose.yml` → `podman-compose.yml` - `dock

Installation

Installs to ~/.claude/skills/hoangsonww-wealthwise-finance-tracker-docker-up/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hoangsonww-wealthwise-finance-tracker-docker-up && curl -fsSL https://raw.githubusercontent.com/hoangsonww/WealthWise-Finance-Tracker/HEAD/.claude/skills/docker-up.md -o ~/.claude/skills/hoangsonww-wealthwise-finance-tracker-docker-up/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository