docker / desktop-linux

Bug reports for Docker Desktop for Linux
https://docs.docker.com/desktop/linux/
77 stars 5 forks source link

"com.docker.cli" excecutable not found #76

Open KennethAleanda opened 2 years ago

KennethAleanda commented 2 years ago

Expected behavior

run docker command through cli

Actual behavior

error : "exec: "com.docker.cli": executable file not found in $PATH Current PATH : /usr/local/bin:/usr/bin:/usr/local/sbin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/kenneth/.spicetify:/home/kenneth/.docker/desktop"

Information

Steps to reproduce the behavior

  1. following installation until https://docs.docker.com/desktop/install/archlinux/#launch-docker-desktop
  2. run "docker compose version" or any command through terminal
codearoni commented 1 year ago

I am using the same Distro/Kernel and am experiencing the exact same issue @KennethAleanda

ghost commented 1 year ago

Exactly same issue with the same distro information :(

Adam-Vandervorst commented 1 year ago

Same issue with

aa6my commented 1 year ago

Confirm, exactly same issue. image

YaserH25 commented 1 year ago

Same issue for me, im using the same distro

yai-dev commented 1 year ago

I'm sorry to see this "regular error" with Docker Desktop, but for ArchLinux-based distributions, try the following this workround to fix it:

Then try to run docker login for authentication. If you seeing error like this: Error: password store is empty. Try "pass init", please try to generate a new GPG key or using existing one to initializing pass store.

pedrohrb7 commented 1 year ago

paru -S docker-cli-bin Tks @yai-dev, this fix for me.

I'm using Garuda XFCE Linux arch 6.2.1-x64v1-xanmod1-1

docker-robot[bot] commented 1 year ago

There hasn't been any activity on this issue for a long time. If the problem is still relevant, mark the issue as fresh with a /remove-lifecycle stale comment. If not, this issue will be closed in 30 days.

Prevent issues from auto-closing with a /lifecycle frozen comment.

/lifecycle stale

useEffects commented 1 year ago

same here

frctnlss commented 11 months ago

I had the same issue. I missed the step of installing the base docker as defined in the instructions

  1. Install Docker client binary on Linux. On Arch-based distributions, users must install the Docker client binary. Static binaries for the Docker client are available for Linux (as docker).

I am using Manjaro. I do not have paru or yay installed nor intend to. I simply ran sudo pacman -S docker and everything immediately began working.

andreglatz commented 11 months ago

I had the same issue. I missed the step of installing the base docker as defined in the instructions

  1. Install Docker client binary on Linux. On Arch-based distributions, users must install the Docker client binary. Static binaries for the Docker client are available for Linux (as docker).

I am using Manjaro. I do not have paru or yay installed nor intend to. I simply ran sudo pacman -S docker and everything immediately began working.

Thanks @frctnlss! This worked for me.

I'm using Arch 6.5.7-arch1-1

joao-fernandes-99 commented 3 months ago

I had the same issue. I missed the step of installing the base docker as defined in the instructions

  1. Install Docker client binary on Linux. On Arch-based distributions, users must install the Docker client binary. Static binaries for the Docker client are available for Linux (as docker).

I am using Manjaro. I do not have paru or yay installed nor intend to. I simply ran sudo pacman -S docker and everything immediately began working.

Thanks @frctnlss , this really worked for me! I'm using 6.9.0-1-MANJARO