This repository was archived by the owner on Oct 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +64
-0
lines changed
Expand file tree Collapse file tree 4 files changed +64
-0
lines changed Original file line number Diff line number Diff line change 1515 - docker model ps
1616 - docker model pull
1717 - docker model push
18+ - docker model requests
1819 - docker model rm
1920 - docker model run
2021 - docker model status
3233 - docker_model_ps.yaml
3334 - docker_model_pull.yaml
3435 - docker_model_push.yaml
36+ - docker_model_requests.yaml
3537 - docker_model_rm.yaml
3638 - docker_model_run.yaml
3739 - docker_model_status.yaml
Original file line number Diff line number Diff line change 1+ command : docker model requests
2+ short : Fetch requests+responses from Docker Model Runner
3+ long : Fetch requests+responses from Docker Model Runner
4+ usage : docker model requests [OPTIONS]
5+ pname : docker model
6+ plink : docker_model.yaml
7+ options :
8+ - option : follow
9+ shorthand : f
10+ value_type : bool
11+ default_value : " false"
12+ description : Follow requests stream
13+ deprecated : false
14+ hidden : false
15+ experimental : false
16+ experimentalcli : false
17+ kubernetes : false
18+ swarm : false
19+ - option : include-existing
20+ value_type : bool
21+ default_value : " false"
22+ description : |
23+ Include existing requests when starting to follow (only available with --follow)
24+ deprecated : false
25+ hidden : false
26+ experimental : false
27+ experimentalcli : false
28+ kubernetes : false
29+ swarm : false
30+ - option : model
31+ value_type : string
32+ description : Specify the model to filter requests
33+ deprecated : false
34+ hidden : false
35+ experimental : false
36+ experimentalcli : false
37+ kubernetes : false
38+ swarm : false
39+ deprecated : false
40+ hidden : false
41+ experimental : false
42+ experimentalcli : false
43+ kubernetes : false
44+ swarm : false
45+
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Docker Model Runner
1616| [ ` ps ` ] ( model_ps.md ) | List running models |
1717| [ ` pull ` ] ( model_pull.md ) | Pull a model from Docker Hub or HuggingFace to your local environment |
1818| [ ` push ` ] ( model_push.md ) | Push a model to Docker Hub |
19+ | [ ` requests ` ] ( model_requests.md ) | Fetch requests+responses from Docker Model Runner |
1920| [ ` rm ` ] ( model_rm.md ) | Remove local models downloaded from Docker Hub |
2021| [ ` run ` ] ( model_run.md ) | Run a model and interact with it using a submitted prompt or chat mode |
2122| [ ` status ` ] ( model_status.md ) | Check if the Docker Model Runner is running |
Original file line number Diff line number Diff line change 1+ # docker model requests
2+
3+ <!-- -MARKER_GEN_START-->
4+ Fetch requests+responses from Docker Model Runner
5+
6+ ### Options
7+
8+ | Name | Type | Default | Description |
9+ | :---------------------| :---------| :--------| :---------------------------------------------------------------------------------|
10+ | ` -f ` , ` --follow ` | ` bool ` | | Follow requests stream |
11+ | ` --include-existing ` | ` bool ` | | Include existing requests when starting to follow (only available with --follow) |
12+ | ` --model ` | ` string ` | | Specify the model to filter requests |
13+
14+
15+ <!-- -MARKER_GEN_END-->
16+
You can’t perform that action at this time.
0 commit comments