From f95f1f69db813b28abe11e35a4251a91f999a9b3 Mon Sep 17 00:00:00 2001 From: Kaniska244 Date: Tue, 10 Dec 2024 07:45:23 +0000 Subject: [PATCH] Fixing allow_shell_history issue --- src/common-utils/devcontainer-feature.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/common-utils/devcontainer-feature.json b/src/common-utils/devcontainer-feature.json index 715f5a55c..6b74eb9ca 100644 --- a/src/common-utils/devcontainer-feature.json +++ b/src/common-utils/devcontainer-feature.json @@ -84,11 +84,6 @@ "source": "dind-var-lib-docker-${devcontainerId}", "target": "/var/lib/docker", "type": "volume" - }, - { - "source": "/var/run/docker.sock", - "target": "/var/run/docker.sock", - "type": "bind" }], "entrypoint": "/usr/local/share/docker-init.sh" }