Re: dashboard installation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanks, friends for the quick response, I actually realized I had not added my user to the docker group. In case anyone faces a related challenge in the future, try running 'sudo gpasswd -a $USER docker' and 'newgrp docker' in the terminal and then rerun 'docker-compose pull'. That is how I solved the issue after trying almost everything else.

you can check the detailed solution here. https://stackoverflow.com/questions/64662372/docker-compose-up-error-while-fetching-server-api-version-connection-aborte

On Fri, Apr 1, 2022 at 12:00 AM LotBill Dulley <lotbill.fuashi@xxxxxxxxx> wrote:
I also encountered this error. 
Try this:
Add your username to the docker group with this command: usermod -aG docker username
Replace username with the username of your account on ubuntu (in your case)
Then reboot your ubuntu machine

On Thu, 31 Mar 2022 at 21:58, LotBill Dulley <lotbill.fuashi@xxxxxxxxx> wrote:
I also encountered this error. 
Try this:
Add your username to the docker group with this command: usermod -aG docker username
Replace username with the username of your account on ubuntu (in your case)
Then reboot your ubuntu machine

On Thu, 31 Mar 2022 at 20:36, seremba patrick <pserembae@xxxxxxxxx> wrote:
Hello good people, I need your help setting up the development environment for Ceph-Dashboard. I am following this guide for installation and I have so far managed to:
- fork and clone the ceph-dev repository to my system,
-install docker and docker-compose
-edit the env file to include the path to ceph-dev

But when I run docker-decompose pull, the error it throws the error below

"docker.errors.DockerException: Error while fetching server API version: ('Connection aborted.', PermissionError(13, 'Permission denied'))
[23786] Failed to execute script docker-compose"

I have included screenshots. Thanks a lot
Screenshot from 2022-03-29 14-52-11.png
Screenshot from 2022-03-29 14-52-24.png
_______________________________________________
Dev mailing list -- dev@xxxxxxx
To unsubscribe send an email to dev-leave@xxxxxxx
_______________________________________________
Dev mailing list -- dev@xxxxxxx
To unsubscribe send an email to dev-leave@xxxxxxx

[Index of Archives]     [CEPH Users]     [Ceph Devel]     [Ceph Large]     [Information on CEPH]     [Linux BTRFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux