Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? #130
-
Hello all, [smit@in-dev-docker:/apollo/carla_apollo_bridge/scripts/carla_apollo_bridge/scri I tried trouble shooting the issue. I did the following:
docker.service - Docker Application Container Engine and found the docker is active.
so I understood that the daemon is running but I assumed I might have some accessibility issue. so I checked: groups [smit@in-dev-docker:/apollo/carla_apollo_bridge/scripts/carla_apollo_bridge/scripts]$ groups I perfomed: sudo usermod -aG docker smit I restarted my machine and retried to run docker_run_carla.sh again and got the same issue... smit@in-dev-docker:/apollo/carla_apollo_bridge/scripts/carla_apollo_bridge/scri I am clueless on what to do next. I am ready to provide any additional information to help me get this done. Any help would be really appreciated. Thank you. Please note that I cloned carla apollo bridge inside docker container. Can you please guide me in the right direction. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Please try:
And run ./docker_run_carla.sh again |
Beta Was this translation helpful? Give feedback.
-
but I am facing a new problem wherein Carla 0.9.14 is lauching itself many times despite closing it since I installed apollo bridge. I restarted my PC but still the issue is existing. Can you please help? mit@smit-BUSINESSline:~$ ps aux | grep carla even after killing the PID, it still launches. Also i have carla 0.9.13 already installed but because of always active 0.9.14 ..i could launch it for some of my other works. |
Beta Was this translation helpful? Give feedback.
-
See the last line of scripts/carla-compose.yml: |
Beta Was this translation helpful? Give feedback.
Before run docker_run_carla.sh on host machine, please edit scripts
/carla-compose.yml
Delete the following:
And then you can access carla by localhost:2000