pull_engine_image
Pulls the PineForge engine Docker image to your machine, preparing for local backtest execution.
Instructions
Run docker pull for the pineforge-engine runtime image on the user's machine. Useful before the first backtest_pine call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | No | Image to pull. Defaults to ghcr.io/pineforge-4pass/pineforge-engine:latest. |