2 Start Command
Danny edited this page 2025-04-24 13:43:19 +01:00

Start: spin:start

Starts the Docker containers for your environment, if they've been previously spun up.

Usage

loom spin:start [name]

Arguments

Argument Required Description
name Yes Name of your environment

Options

(None)

What it Does

  • Starts containers for your project environment (if they exist).
  • Leaves configuration unchanged; doesn't rebuild.

Notes

  • Environment must already be built with spin:up.
  • Use after running spin:stop.