We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b0459 commit 6b24c1cCopy full SHA for 6b24c1c
src/spec-node/devContainersSpecCLI.ts
@@ -1028,7 +1028,7 @@ async function readConfiguration({
1028
exec: cliHost.exec,
1029
env: cliHost.env,
1030
output,
1031
- }, dockerComposePath || 'docker-compose');
+ }, dockerCLI, dockerComposePath || 'docker-compose');
1032
const params: DockerCLIParameters = {
1033
cliHost,
1034
dockerCLI,
0 commit comments