You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
short: Reinstall Docker Model Runner (Docker Engine only)
3
+
long: |
4
+
This command removes the existing Docker Model Runner container and reinstalls it with the specified configuration. Models and images are preserved during reinstallation.
5
+
usage: docker model reinstall-runner
6
+
pname: docker model
7
+
plink: docker_model.yaml
8
+
options:
9
+
- option: do-not-track
10
+
value_type: bool
11
+
default_value: "false"
12
+
description: Do not track models usage in Docker Model Runner
13
+
deprecated: false
14
+
hidden: false
15
+
experimental: false
16
+
experimentalcli: false
17
+
kubernetes: false
18
+
swarm: false
19
+
- option: gpu
20
+
value_type: string
21
+
default_value: auto
22
+
description: Specify GPU support (none|auto|cuda)
23
+
deprecated: false
24
+
hidden: false
25
+
experimental: false
26
+
experimentalcli: false
27
+
kubernetes: false
28
+
swarm: false
29
+
- option: host
30
+
value_type: string
31
+
default_value: 127.0.0.1
32
+
description: Host address to bind Docker Model Runner
33
+
deprecated: false
34
+
hidden: false
35
+
experimental: false
36
+
experimentalcli: false
37
+
kubernetes: false
38
+
swarm: false
39
+
- option: port
40
+
value_type: uint16
41
+
default_value: "0"
42
+
description: |
43
+
Docker container port for Docker Model Runner (default: 12434 for Docker Engine, 12435 for Cloud mode)
|`--do-not-track`|`bool`|| Do not track models usage in Docker Model Runner |
11
+
|`--gpu`|`string`|`auto`| Specify GPU support (none\|auto\|cuda) |
12
+
|`--host`|`string`|`127.0.0.1`| Host address to bind Docker Model Runner |
13
+
|`--port`|`uint16`|`0`| Docker container port for Docker Model Runner (default: 12434 for Docker Engine, 12435 for Cloud mode) |
14
+
15
+
16
+
<!---MARKER_GEN_END-->
17
+
18
+
## Description
19
+
20
+
This command removes the existing Docker Model Runner container and reinstalls it with the specified configuration. Models and images are preserved during reinstallation.
0 commit comments