mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Merge pull request #22862 from sarahsanders-docker/model-cli-command
fix: model cli command links
This commit is contained in:
@@ -92,7 +92,7 @@ Models are cached locally.
|
||||
{{< /tab >}}
|
||||
{{< tab name="From the Docker CLI">}}
|
||||
|
||||
Use the [`docker model pull` command](/reference/cli/docker/).
|
||||
Use the [`docker model pull` command](/reference/cli/docker/model/pull/).
|
||||
|
||||
{{< /tab >}}
|
||||
{{< /tabs >}}
|
||||
@@ -108,7 +108,7 @@ The interactive chat screen opens.
|
||||
{{< /tab >}}
|
||||
{{< tab name="From the Docker CLI" >}}
|
||||
|
||||
Use the [`docker model run` command](/reference/cli/docker/).
|
||||
Use the [`docker model run` command](/reference/cli/docker/model/run/).
|
||||
|
||||
{{< /tab >}}
|
||||
{{< /tabs >}}
|
||||
@@ -125,7 +125,7 @@ Select **Models** and select the **Logs** tab.
|
||||
{{< /tab >}}
|
||||
{{< tab name="From the Docker CLI">}}
|
||||
|
||||
Use the [`docker model log` command](/reference/cli/docker/).
|
||||
Use the [`docker model logs` command](/reference/cli/docker/model/logs/).
|
||||
|
||||
{{< /tab >}}
|
||||
{{< /tabs >}}
|
||||
|
||||
Reference in New Issue
Block a user