-
@peoray is running into this after installing Docker on Linux: Step 1: https://docs.docker.com/engine/install/ubuntu/ The error: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
I am reading through docker/compose#4181 and... maybe |
Beta Was this translation helpful? Give feedback.
-
@peoray is now getting this error: |
Beta Was this translation helpful? Give feedback.
-
Ok - so it smells like a permissions problem. Below are several SO posts, et. al. While they talk about
All of them talk about the perils of running docker-compose with |
Beta Was this translation helpful? Give feedback.
Ok - so it smells like a permissions problem. Below are several SO posts, et. al. While they talk about
docker.sock
, methinks this error might be related:All of them talk about the perils of running docker-compose with
sudo
. They also talk about making sure docker has permissions to everywhere it should...and to have env vars set properly. Since I am not on linux, I can't test each specifically, but I'd do a general rundown of permissions and env vars just to make sure they are all as expected.