From 0b1d21f0ed2c0f54b675ae7f98c1d90c250d4b41 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 17:47:36 +0000 Subject: [PATCH] Update docker message in templates (#3220) #3190 Co-authored-by: Damian Edwards --- .../templates/aspire-starter/.template.config/template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Aspire.ProjectTemplates/templates/aspire-starter/.template.config/template.json b/src/Aspire.ProjectTemplates/templates/aspire-starter/.template.config/template.json index b5ac8ce07f..97a2257a2b 100644 --- a/src/Aspire.ProjectTemplates/templates/aspire-starter/.template.config/template.json +++ b/src/Aspire.ProjectTemplates/templates/aspire-starter/.template.config/template.json @@ -81,8 +81,8 @@ "type": "parameter", "datatype": "bool", "defaultValue": "false", - "displayName": "_Use Redis for caching (requires Docker)", - "description": "Configures whether to setup the application to use Redis for caching. Requires Docker to run locally." + "displayName": "_Use Redis for caching (requires a supported container runtime)", + "description": "Configures whether to setup the application to use Redis for caching. Requires a supported continer runtime to run locally, see https://aka.ms/dotnet/aspire/containers for more details." }, "CreateTestsProject": { "type": "parameter",