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",