Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions _vale/Docker/HeadingSentenceCase.yml

This file was deleted.

2 changes: 1 addition & 1 deletion _vale/config/vocabularies/Docker/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ denylist
deprovisioning
deserialization
deserialize
Dev
[Dd]ev
Dev Environments?
Dex
displayName
Expand Down
4 changes: 2 additions & 2 deletions content/manuals/ai/compose/models-and-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ models:
```

With short syntax, the platform automatically generates environment variables based on the model name:
- `LLM_URL` - URL to access the llm model
- `LLM_MODEL` - Model identifier for the llm model
- `LLM_URL` - URL to access the LLM model
- `LLM_MODEL` - Model identifier for the LLM model
- `EMBEDDING_MODEL_URL` - URL to access the embedding-model
- `EMBEDDING_MODEL_MODEL` - Model identifier for the embedding-model

Expand Down
12 changes: 7 additions & 5 deletions content/manuals/ai/gordon/mcp/built-in-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,13 @@ Interact with Docker containers, images, and volumes.

#### Container management

| Name | Description |
|---------------|----------------------------------------|
| `docker` | Access the Docker CLI |
| `list_builds` | List builds in the Docker daemon |
| `build_logs` | Show build logs |
<!-- vale off -->

| Name | Description |
|---------------|----------------------------------|
| `docker` | Access the Docker CLI |
| `list_builds` | List builds in the Docker daemon |
| `build_logs` | Show build logs |

#### Volume management

Expand Down
2 changes: 1 addition & 1 deletion content/manuals/ai/mcp-catalog-and-toolkit/hub-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Tools to interact with your Docker repositories and discover content on Docker H
| `create-repository` | Creates a new repository |
| `docker-hardened-images` | Lists available [Docker Hardened Images](https://www.docker.com/products/hardened-images/) in specified namespace |
| `get-namespaces` | Get organizations/namespaces for a user |
| `get-repository-dockerfile` | Gets dockerfile for repository |
| `get-repository-dockerfile` | Gets Dockerfile for repository |
| `get-repository-info` | Gets repository info |
| `list-repositories-by-namespace` | Lists repositories under namespace |
| `list-repository-tags` | List repository tags |
Expand Down
5 changes: 3 additions & 2 deletions content/manuals/ai/model-runner/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ Use the [`docker model run` command](/reference/cli/docker/model/run/).
## Troubleshooting

### Display the logs

To troubleshoot issues, display the logs:

{{< tabs group="release" >}}
Expand All @@ -236,7 +237,7 @@ Use the [`docker model logs` command](/reference/cli/docker/model/logs/).
{{< /tab >}}
{{< /tabs >}}

### Inpect requests and responses
### Inspect requests and responses

Inspecting requests and responses helps you diagnose model-related issues.
For example, you can evaluate context usage to verify you stay within the model's context
Expand Down Expand Up @@ -564,7 +565,7 @@ POST /engines/llama.cpp/v1/completions
POST /engines/llama.cpp/v1/embeddings
```

To call these endpoints via a Unix socket (`/var/run/docker.sock`), prefix their path with
To call these endpoints via a Unix socket (`/var/run/docker.sock`), prefix their path
with `/exp/vDD4.40`.

> [!NOTE]
Expand Down