You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does prevent containers from being removed after exiting.
But this error appeared:
Error:
Unexpected environment preparation error: error creating ephemeral network bridge: error creating ephemeral docker network: Error response from daemon: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network
Step failed
Task failed
Background
Local CI has 3 terminals:
bash
access to the job as it runs (but exits when the job finishes)bash
access after the job exitsThe final debugging terminal is needed because the debugging terminal exits when the job finishes.
But that terminal has been flaky, and sometimes it doesn't start a container at all.
It works by doing
docker run
on a committed container:local-ci/src/utils/runJob.ts
Line 190 in d5a40f4
And the committed container is from doing
docker commit
of the job container:local-ci/src/utils/commitContainer.ts
Line 24 in d5a40f4
But sometimes there won't be an image for the final terminal to run.
The text was updated successfully, but these errors were encountered: