PlanktoScope / forklift

Composable, reprovisionable, decentralized management of apps & configs on Raspberry Pis and other embedded Linux systems
Apache License 2.0
6 stars 0 forks source link

host/docker: Enable preservation of containers not managed by Forklift with `host rm` #231

Open ethanjli opened 1 month ago

ethanjli commented 1 month ago

Currently, host rm deletes all Docker Compose apps. To make it easier for people to experiment with their own Docker containers & Compose apps, it would be nice if host rm would only delete containers and Compose apps created by Forklift. We could implement this by having Forklift automatically add Forklift-specific labels to all containers and Compose apps which it manages.