From 48343f804c28ebb61024fbbe7dfd085fad59f9e5 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Wed, 22 Oct 2025 10:48:59 +0100 Subject: [PATCH 1/2] cagent update --- content/manuals/ai/cagent/_index.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/content/manuals/ai/cagent/_index.md b/content/manuals/ai/cagent/_index.md index 2e551f25e94c..543d4e41cd0b 100644 --- a/content/manuals/ai/cagent/_index.md +++ b/content/manuals/ai/cagent/_index.md @@ -37,23 +37,11 @@ they don't share knowledge. ## Get started with cagent -1. Download the [latest release](https://github.com/docker/cagent/releases) - for your operating system. - - > [!NOTE] - > You might need to give the binary executable permissions. - > On macOS and Linux, run: - - ```console - chmod +x /path/to/downloads/cagent-linux-64 - ``` +1. The easiest way to get cagent is to [install Docker Desktop version 4.49 or later](/manuals/desktop/release-notes.md) for your operating system. > [!NOTE] > You can also build cagent from the source. See the [repository](https://github.com/docker/cagent?tab=readme-ov-file#build-from-source). -1. Optional: Rename the binary as needed and update your PATH to include - cagent's executable. - 1. Set the following environment variables: ```bash From 193d03d2d71a0565a3043dda42db47cb95adedbe Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Thu, 23 Oct 2025 13:35:02 +0100 Subject: [PATCH 2/2] Update content/manuals/ai/cagent/_index.md Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> --- content/manuals/ai/cagent/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/ai/cagent/_index.md b/content/manuals/ai/cagent/_index.md index 543d4e41cd0b..b71249e478f4 100644 --- a/content/manuals/ai/cagent/_index.md +++ b/content/manuals/ai/cagent/_index.md @@ -40,7 +40,7 @@ they don't share knowledge. 1. The easiest way to get cagent is to [install Docker Desktop version 4.49 or later](/manuals/desktop/release-notes.md) for your operating system. > [!NOTE] - > You can also build cagent from the source. See the [repository](https://github.com/docker/cagent?tab=readme-ov-file#build-from-source). + > You can also build cagent from the source. For more information, see the [cagent GitHub repository](https://github.com/docker/cagent?tab=readme-ov-file#build-from-source). 1. Set the following environment variables: