Skip to content

Commit

Permalink
Fixing allow_shell_history issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaniska244 committed Dec 10, 2024
1 parent ddcf3ae commit f95f1f6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/common-utils/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit f95f1f6

Please sign in to comment.