Skip to content

Docker Desktop 4.80.0 #1081

Description

@tminich

I'm not 100% sure, this might have happened because of something else, but after updating to Docker Desktop 4.80.0 the integration stopped working. After a bit of debugging, it looks like it tries to use install and mv which aren't available on path the way it calls them. I was able to fix the issue by adding

wsl.extraBin = [
  { src = "${pkgs.coreutils}/bin/install"; }
  { src = "${pkgs.coreutils}/bin/mv"; }
];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions