akauppi / GroundLevel-firebase-es

[ANCHORED] Stencil for operational web apps
https://groundlevel-sep22.web.app/
Other
23 stars 3 forks source link

DC: Problem running `docker compose down` #79

Closed akauppi closed 3 years ago

akauppi commented 3 years ago

Docker Desktop for Mac 4.0 (and 3.6 had it).

Setup

As mentioned in the root README and packages/backend/README:

$ npm install
$ cd packages/backend
$ npm install

Maybe something else also is needed, if so READMEs have it.

Steps

In packages/backend:

$ docker compose run test
$ docker compose down
[+] Running 1/1
 ⠿ Container backend_emul_1  Removed                                                                                                                                                                                                             10.3s
 ⠿ Network backend_default   Error                                                                                                                                                                                                                0.0s
failed to remove network 58c919505f17f419a1f1720adc596174bc898b59ef5a562e4bea1113a1fb36b5: Error response from daemon: error while removing network: network backend_default id 58c919505f17f419a1f1720adc596174bc898b59ef5a562e4bea1113a1fb36b5 has active endpoints

Expected

docker compose down should gracefully bring the stack down.

Actual

The error above.

Work-around

Docker > Dashboard > Containers and Apps > backend > Delete

akauppi commented 3 years ago

I continue seeing the failed to remove network, from time to time. Added a notion of it to a doc (in next.2 branch).

Treating as a known issue - closing here.