This repository was archived by the owner on Jun 16, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ usage: docker model status
66pname : docker model
77plink : docker_model.yaml
88options :
9- - option : format
10- value_type : string
11- description : Output format [text|json]
9+ - option : json
10+ value_type : bool
11+ default_value : " false"
12+ description : Format output in JSON
1213 deprecated : false
1314 hidden : false
1415 experimental : false
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ Check if the Docker Model Runner is running
55
66### Options
77
8- | Name | Type | Default | Description |
9- | :----------- | :--------- | :--------| :----- ----------------------|
10- | ` --format ` | ` string ` | | Output format [ text \| json ] |
8+ | Name | Type | Default | Description |
9+ | :---------| :-------| :--------| :----------------------|
10+ | ` --json ` | ` bool ` | | Format output in JSON |
1111
1212
1313<!-- -MARKER_GEN_END-->
You can’t perform that action at this time.
0 commit comments