Command Reference

down

Stops containers and removes containers, networks, volumes, and images created by up.

Usage

Usage for "spin down"
spin down [OPTIONS]

Official Documentation & Additional Options

This command is a shortcut for docker compose down and can accept additional options that you pass to it.

Special notes

Spin automatically adds --remove-orphans to remove any orphan containers.