commontoolsinc / system

A constellation of Common tools
3 stars 0 forks source link

Document/reproduce `docker compose` images #210

Open jsantell opened 1 month ago

jsantell commented 1 month ago

When trying to run the docker compose image, I get an error:

$ docker compose --verbose up
TRAC[0000] Docker Desktop integration not enabled       
[+] Running 2/0
 ✘ builder Error context canceled                              0.0s 
 ✘ runtime Error Get "http://localhost/v2/":...                0.0s 
DEBU[0000] otel error                                    error="<nil>"
DEBU[0000] otel error                                    error="<nil>"
Error response from daemon: Get "http://localhost/v2/": dial tcp [::1]:80: connect: connection refused

STR:

I can run the images individually, but facing an issue with docker compose stitching them together. TBD if it's something on my end