From 6e84d297076ef03d0d068fbec70cec64dd95c68b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90=E1=BB=97=20Tr=E1=BB=8Dng=20H=E1=BA=A3i?= <41283691+hainenber@users.noreply.github.com> Date: Tue, 3 Mar 2026 09:09:05 +0700 Subject: [PATCH] fix(build): disable `moby` in dev container based on Debian 13 Trixie distro for usability (#37227) --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5f47e964d31..6dc643315bd 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -13,7 +13,7 @@ "features": { "ghcr.io/devcontainers/features/docker-in-docker:2": { - "moby": true, + "moby": false, "dockerDashComposeVersion": "v2" }, "ghcr.io/devcontainers/features/node:1": {