docker model reinstall-runner

DescriptionReinstall Docker Model Runner (Docker Engine only)
Usagedocker model reinstall-runner

Description

This command removes the existing Docker Model Runner container and reinstalls it with the specified configuration. Models and images are preserved during reinstallation.

Options

OptionDefaultDescription
--backendSpecify backend (llama.cpp|vllm). Default: llama.cpp
--debugEnable debug logging
--do-not-trackDo not track models usage in Docker Model Runner
--gpuautoSpecify GPU support (none|auto|cuda|rocm|musa|cann)
--host127.0.0.1Host address to bind Docker Model Runner
--portDocker container port for Docker Model Runner (default: 12434 for Docker Engine, 12435 for Cloud mode)