Docker
Run Reflow with Docker
Stable Image Policy
Choose an immutable release tag or a controlled moving alias, then mount only the repository Reflow should manage.
Command
docker pull ghcr.io/devalltect00/reflow:v1.0.2Category
Getting Started
Quick Command
docker pull ghcr.io/devalltect00/reflow:<tag>Published Image Tags
Stable releases publish four coordinated references to the same image:
| Tag | Example | Behavior |
|---|---|---|
| Exact | v1.0.2 | Immutable release selection; recommended for CI and reproducible automation. |
| Minor | v1.0 | Moves to the newest stable patch in the 1.0 line. |
| Major | v1 | Moves to the newest stable release in the 1.x line. |
| Latest | latest | Moves to the newest stable Reflow release. |
Pull Reflow
bashdocker pull ghcr.io/devalltect00/reflow:v1.0.2
docker pull ghcr.io/devalltect00/reflow:v1.0
docker pull ghcr.io/devalltect00/reflow:v1
docker pull ghcr.io/devalltect00/reflow:latestRun Safely
Running --help does not require a mounted repository. Operational commands
must receive the intended repository explicitly. Mounting a checkout exposes
real files and Git metadata to the container, so preview consequential work
with Reflow's global --dry-run option first.Verify the imagebashdocker run --rm ghcr.io/devalltect00/reflow:v1.0.2 --help