docker / buildx

Docker CLI plugin for extended build capabilities with BuildKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Funcionou perfeitamente para quem tá usando WSL

ClaudioMarzo opened this issue · comments

          ```

failed to fetch metadata: fork/exec /usr/local/lib/docker/cli-plugins/docker-buildx: no such file or directory

DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/


In fact `/usr/local/lib/docker/` contained only invalid symlinks.
So, running this command fixed it: `sudo rm -fr /usr/local/lib/docker/`

_Originally posted by @nmoreaud in https://github.com/docker/buildx/issues/262#issuecomment-1744354626_
            

Not sure what is actionable here