Skip to content

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

@j4y

Description

@j4y

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions