w3c / automotive-viss2

MIT License
9 stars 15 forks source link

Docker compose fails due to missing directory /tmp/docker #99

Closed slawr closed 4 months ago

slawr commented 6 months ago

Summary The docker compose will fail as it references the directory /tmp/docker but this is not created by the Dockerfile or compose, nor is mitigated as a build setup requirement in the documentation in the docker readme or tutorial.

Workaround Manually create the directory before building

petervolvowinz commented 6 months ago

The tmp/docker is setup so that we are able to use unix sockets thru a file share. See: https://medium.com/@jonbaldie/how-to-connect-to-redis-with-unix-sockets-in-docker-9e94e01b7acd

slawr commented 6 months ago

Thanks for providing the background Peter.

UlfBj commented 4 months ago

Should be fixed by PR#119