Skip to main content

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.

Commanddocker pull ghcr.io/devalltect00/reflow:v1.0.2

Category

Getting Started

Quick Command

docker pull ghcr.io/devalltect00/reflow:<tag>

Published Image Tags

Stable releases publish four coordinated references to the same image:

TagExampleBehavior
Exactv1.0.2Immutable release selection; recommended for CI and reproducible automation.
Minorv1.0Moves to the newest stable patch in the 1.0 line.
Majorv1Moves to the newest stable release in the 1.x line.
LatestlatestMoves to the newest stable Reflow release.
Pull Reflow
bash
docker 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:latest

Run 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 image
bash
docker run --rm ghcr.io/devalltect00/reflow:v1.0.2 --help