SAVE IMAGE connection refused
## The problem
Issue earthly/earthly#3736 (closed, 6 comments): **What went wrong?**
A user reported the following error when he attempted to run a build with a `SAVE IMAGE` on Jenkins CI with Linux.
```
[2024-01-22T23:20:34.964Z] output | --> exporting outputs
[2024-01-22T23:20:47.159Z] output | [----------] 100% exporting outputs[K
[2024-01-22T23:20:55.244Z] Error: pull ping error: pull ping response: rpc error: code = Unknown desc = image pull: 1 error occurred:
[2024-01-22T23:20:55.244Z] * command failed: docker pull the loopback address:35137/sess-jwd728vcbn4ni32eu360wnxmi/pullping:img-0: exit status 1: Error response from...
## What to do
When Earthly runs inside Docker it cannot reach its registry proxy on the host loopback, which causes the connection-refused on save. Either pass --disable-remote-registry-proxy or run the container with host networking.