Skip to content
Snippets Groups Projects
Commit 8d31614e authored by CanardConfit's avatar CanardConfit
Browse files

Remove cd command in docker daemon running check

parent 933ccc1e
Branches
Tags
1 merge request!5Bug checking docker daemon
Pipeline #28330 passed
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
......@@ -106,7 +106,7 @@ class ExerciseRunHelper {
}).start();
try {
await execAsync(`cd "${ Config.folders.defaultLocalExercise }";docker ps`);
await execAsync(`docker ps`);
} catch ( error ) {
spinner.fail(`The Docker daemon is not running`);
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment