Error thrown on sudo docker-compose up -d && docker-compose logs -f: docker.errors.DockerException: Error while fetching server API version #848
-
Hello. I am trying to run stellio context broker and I get some errors (on tag v2.0.0). Steps to reproduce:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
When I try to repeat the same procedure on tag v1.13.2, the following error is thrown:
|
Beta Was this translation helpful? Give feedback.
-
Hello, A few points:
|
Beta Was this translation helpful? Give feedback.
-
Thanks for your information. The reason why I used sudo with docker-compose was that I got same exception, if I tried to execute it with normal user. I solved this by adding user to docker group:
With this config update the error with
Please not that |
Beta Was this translation helpful? Give feedback.
Thanks for your information.
The reason why I used sudo with docker-compose was that I got same exception, if I tried to execute it with normal user.
I solved this by adding user to docker group:
With this config update the error with
PermissionError: [Errno 13] Permission denied
is resolved and I can run docker with normal user: