dev-environments icon indicating copy to clipboard operation
dev-environments copied to clipboard

Removing development environment never stops

Open HEDERER opened this issue 4 years ago • 1 comments

I've destroyed some unused volumes. In these, there was "compose-dev-env-quizzical_raman_db-data" one (it was not marked as "In use"). I tried to remove "compose-dev-env-quizzical_raman" but it is always in state "Removing" days after. Last message is "Removing volume compose-dev-env-quizzical_raman_db-data"

HEDERER avatar Aug 21 '21 05:08 HEDERER

Hello @HEDERER

Did manage to fix your issue? Just to let you know, the volumes created with a dev environment are removed when you delete it, so no need to clean them by yourself. In your case the compose-dev-env-quizzical_raman_db-data as been created by Docker compose when starting your dev environment stack, because you removed it by yourself, Compose wasn't able to delete it and the compose down process surely exited with an error.

By the way you can remove it manually by deleting the following directory ~/.docker/devenvironments/compose-dev-env-quizzical_raman

Let me know if we can close this issue

glours avatar Nov 15 '21 14:11 glours