Skip to content

Commit

Permalink
misc change for docker commands to work in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravsaini04 committed Dec 13, 2024
1 parent c081194 commit da0ae0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/common-utils/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@
"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 da0ae0e

Please sign in to comment.