Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent or handle Docker errors #15

Open
kienstra opened this issue Aug 26, 2021 · 4 comments
Open

Prevent or handle Docker errors #15

kienstra opened this issue Aug 26, 2021 · 4 comments

Comments

@kienstra
Copy link
Member

kienstra commented Aug 26, 2021

There are sometimes errors in the containers, like:

Making checkout directory "/home/circleci/passwords-evolved"
Error: mkdir /home/circleci/passwords-evolved: no space left on device

Maybe this could check for them, and prevent them. Or when there is an error, suggest a solution.

Local CI needs to be very easy to use. Developer tools need to have a great experience, or they're quickly abandonded.

@kienstra kienstra changed the title Prevent Docker errors Prevent or handle Docker errors Aug 26, 2021
@kienstra
Copy link
Member Author

Maybe also consider these Docker best practices

@kienstra
Copy link
Member Author

Maybe when there's a Docker error, there could be a button that runs:

docker container prune
docker image prune
docker network prune

It could also warn about this.

@kienstra
Copy link
Member Author

Here's a good post on removing Docker images.

@kienstra
Copy link
Member Author

Another Docker error:

Error: Unhandled prepare executor 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant