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

Warning: Docker network rm failed with exit code 1 #52

Open
j4y opened this issue Feb 7, 2024 · 0 comments
Open

Warning: Docker network rm failed with exit code 1 #52

j4y opened this issue Feb 7, 2024 · 0 comments

Comments

@j4y
Copy link

j4y commented Feb 7, 2024

We are using this project to run a docker based application and run some Playwright tests. However in the Github actions output we get a warning:

Screenshot 2024-02-07 at 4 23 36 PM

The Stop containers step is having trouble removing the network because there are still active endpoints:

Remove container network: github_network_76a4828f83f84110a385d9754e08f963
/usr/bin/docker network rm github_network_76a4828f83f84110a385d9754e08f963
Error response from daemon: error while removing network: network github_network_76a4828f83f84110a385d9754e08f963 id a44ff73f421df75f86fcf75b909486794466c517f7cb6e149046593d5b5d4d47 has active endpoints
Warning: Docker network rm failed with exit code 1

Perhaps we need to stop the application in the workflow. Is there a way to do that?

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