Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit a8fa1f8

Browse files
committed
delegate Moby to docker-classic binary
1 parent fce6d78 commit a8fa1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ func execMoby(ctx context.Context) {
180180
// Only run original docker command if the current context is not
181181
// ours.
182182
if err != nil {
183-
cmd := exec.Command("docker", os.Args[1:]...)
183+
cmd := exec.Command("docker-classic", os.Args[1:]...)
184184
cmd.Stdin = os.Stdin
185185
cmd.Stdout = os.Stdout
186186
cmd.Stderr = os.Stderr

0 commit comments

Comments
 (0)