From 5e6cccfd9881a869bf5ad00a8c430c35aa6b42fe Mon Sep 17 00:00:00 2001 From: Rupam Golui <142140947+Itz-Agasta@users.noreply.github.com> Date: Tue, 7 Oct 2025 21:00:52 +0530 Subject: [PATCH] docs(blog): Add blog for running Goose in containerized envs (#5052) Signed-off-by: Itz-Agasta --- .../src/pages/community/data/community-content.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/documentation/src/pages/community/data/community-content.json b/documentation/src/pages/community/data/community-content.json index 2804322817..0fbebce8bd 100644 --- a/documentation/src/pages/community/data/community-content.json +++ b/documentation/src/pages/community/data/community-content.json @@ -17,6 +17,19 @@ "submittedDate": "2025-09-26", "tags": ["hacktoberfest", "open-source", "contributing"], "hacktoberfest": true + }, + { + "title": "Running Goose in Containers (Without Losing Your Mind)", + "author": { + "name": "Rupam Golui", + "handle": "Itz-Agasta" + }, + "type": "blog", + "url": "https://dev.to/agasta/running-goose-in-containers-without-losing-your-mind-3m8", + "thumbnail": "https://images.unsplash.com/photo-1759560397953-8221761119ec?w=400&h=225&fit=crop&crop=entropy&auto=format", + "submittedDate": "2025-10-04", + "tags": ["hacktoberfest"], + "hacktoberfest": true } ] }