Execute Docker Compose commands to manage containerized applications. Run services, build images, view logs, and control multi-container environments for development workflows.
Stop and then start Docker Compose services without recreating containers or applying config changes. Use to bounce services to pick up runtime changes or clear in-memory state.
Stop and remove containers, networks, and optionally volumes defined in a Docker Compose project. Handles custom compose files, project names, and profiles.
List containers in a Docker Compose project with optional filtering by services, project name, or file paths. Includes stopped containers when requested.