Skip to main content

Examples

Examples

External Mutation

Dry-run performs discovery and validation without persistent mutation.

Commandreflow dockerize

Category

Container Publishing

Quick Command

reflow dockerize [OPTIONS]

1. Preview​

Terminal
bash
reflow --dry-run -C ../project dockerize

Result: Shows operations.

2. Publish​

Terminal
bash
reflow -C ../project dockerize

Result: Builds and pushes.

3. URL​

Terminal
bash
reflow --repository-url https://github.com/acme/project.git dockerize

Result: Uses a managed clone.