Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Docker - Failed to ping backend

When i turned on my Mac I am getting this enter image description here This window is not letting me select. When i try to uninstall the Docker from Mac Applications it says that Docker is still running. Please help. Thanks

like image 492
Parmveer Singh Avatar asked Jun 11 '21 08:06

Parmveer Singh


Video Answer


3 Answers

killall Docker in terminal fixed the issue for me

like image 155
Immanuel Avatar answered Oct 10 '22 18:10

Immanuel


I am also having a similar issue, and wanted to force quit the app, so I tried cmd + options + esc, but couldn't find the app in the options.

I finally solved the issue by killing the docker process using Activity Monitor.

Steps:

  1. Search for activity monitor by pressing (cmd + space), start typing activity monitor, then hit enter
  2. Go to search bar and type docker, you will see the docker process in red with (not responding)
  3. Double click on the docker process
  4. Click Quit and select Force quit.
like image 44
Mubarak Abubakar Bunza Avatar answered Oct 10 '22 17:10

Mubarak Abubakar Bunza


I fixed it by removing Setting.json code from my local pc

$ pwd
$ cd ~/Library/Group\ Containers/

Group Containers$ ls -la | grep "group.com.docker"
Group Containers$ group.com.docker

Group Containers$ cd group.com.docker
group.com.docker $ cat settings.json

Group Containers $ rm -rf group.com.docker

Now run it again.

like image 4
Farid Haq Avatar answered Oct 10 '22 19:10

Farid Haq