Back to Docker

docker model launch

_vendor/github.com/docker/model-runner/cmd/cli/docs/reference/model_launch.md

18.09-release1.1 KB
Original Source

docker model launch

<!---MARKER_GEN_START-->

Launch an app configured to use Docker Model Runner.

Without arguments, lists all supported apps.

Supported apps: anythingllm, claude, codex, openclaw, opencode, openwebui

Examples: docker model launch docker model launch opencode docker model launch claude -- --help docker model launch openwebui --port 3000 docker model launch claude --config

Options

NameTypeDefaultDescription
--configboolPrint configuration without launching
--detachboolRun containerized app in background
--dry-runboolPrint what would be executed without running it
--imagestringOverride container image for containerized apps
--modelstringModel to use (for opencode)
--portint0Host port to expose (web UIs)
<!---MARKER_GEN_END-->