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
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,13 @@ Running a build automatically starts the container if it's stopped.

You can only start and stop builders using the `docker-container` driver.

## AI

From the AI tab, you can configure settings for:

- [Gordon](/manuals/ai/gordon/_index.md), the AI-powered assistant that takes action on your Docker workflows.
Comment thread
aevesdocker marked this conversation as resolved.
- [Docker Model Runner](/manuals/ai/model-runner/_index.md), which makes it easy to manage, run, and deploy AI models using Docker.
Comment thread
aevesdocker marked this conversation as resolved.

## Kubernetes

> [!NOTE]
Expand Down Expand Up @@ -287,7 +294,7 @@ Enable Docker Extensions and control which extensions are available to install a

| Setting | Description |
| ------------------- | ----------------------------------------- |
| **Enable Docker Extensions** | Turn Docker Extensions on or off. |
| **Enable Docker Extensions** | Turn Docker Extensions on or off. Turned off by default. |
| **Allow only extensions distributed through the Docker Marketplace** | Restrict extensions to Marketplace-approved sources only. |
| **Show Docker Extensions system containers** | Show containers used by Docker Extensions. |

Expand Down
2 changes: 1 addition & 1 deletion content/manuals/extensions/settings-feedback.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aliases:

### Turn on or turn off extensions

Docker Extensions is switched on by default. To change your settings:
Docker Extensions is switched off by default. To change your settings:

1. Navigate to **Settings**.
2. Select the **Extensions** tab.
Expand Down