Open jsantell opened 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:
nix build .#runtime-docker-image
docker load < result
nix build .#builder-docker-image
docker compose up
I can run the images individually, but facing an issue with docker compose stitching them together. TBD if it's something on my end
When trying to run the docker compose image, I get an error:
STR:
nix build .#runtime-docker-image
docker load < result
nix build .#builder-docker-image
docker load < result
docker compose up
I can run the images individually, but facing an issue with docker compose stitching them together. TBD if it's something on my end