close

[Solved] docker.errors.DockerException: Error while fetching server API version: (‘Connection aborted.’, ConnectionRefusedError(61, ‘Connection refused’))

Hello Guys, How are you all? Hope You all Are Fine. Today I am trying to run docker-compose up command and I am facing following error docker.errors.DockerException: Error while fetching server API version: (‘Connection aborted.’, ConnectionRefusedError(61, ‘Connection refused’)) in php. So Here I am Explain to you all the possible solutions here.

Without wasting your time, Let’s start This Article to Solve This Error.

How docker.errors.DockerException: Error while fetching server API version: (‘Connection aborted.’, ConnectionRefusedError(61, ‘Connection refused’)) Error Occurs ?

I am trying to run docker-compose up command and I am facing following error.

    docker.errors.DockerException: Error while fetching server API version: ('Connection aborted.', ConnectionRefusedError(61, 'Connection refused'))
    [12728] Failed to execute script docker-compose

How To Solve docker.errors.DockerException: Error while fetching server API version: (‘Connection aborted.’, ConnectionRefusedError(61, ‘Connection refused’)) Error ?

  1. How To Solve docker.errors.DockerException: Error while fetching server API version: (‘Connection aborted.’, ConnectionRefusedError(61, ‘Connection refused’)) Error ?

    To Solve docker.errors.DockerException: Error while fetching server API version: (‘Connection aborted.’, ConnectionRefusedError(61, ‘Connection refused’)) Error First of all Add your User to docker group with this command sudo gpasswd -a $USER docker and newgrp docker If still your issue not resolved then just use this command. sudo su $USER second solution is just enable and start docker service with this command.

  2. docker.errors.DockerException: Error while fetching server API version: (‘Connection aborted.’, ConnectionRefusedError(61, ‘Connection refused’))

    To Solve docker.errors.DockerException: Error while fetching server API version: (‘Connection aborted.’, ConnectionRefusedError(61, ‘Connection refused’)) Error First of all Add your User to docker group with this command sudo gpasswd -a $USER docker and newgrp docker If still your issue not resolved then just use this command. sudo su $USER second solution is just enable and start docker service with this command.

Solution 1: Add your User to docker group

First of all Add your User to docker group with this command

sudo gpasswd -a $USER docker
newgrp docker

If still your issue not resolved then just use this command.

sudo su $USER

Solution 2: open Docker Desktop

If you are using mac then just open Docker Desktop

Solution 3: enable and start docker service

enable and start docker service with this command.

systemctl start docker
systemctl enable docker

Summary

It’s all About this issue. Hope all solution helped you a lot. Comment below Your thoughts and your queries. Also, Comment below which solution worked for you?

Also, Read

Leave a Comment