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 usernameReplace username with the username of your account on ubuntu (in your case)Then reboot your ubuntu machineOn 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-devBut 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
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