WARNING: Found orphan containers (prometheus, grafana) for this project

[root@host135 milvus]# docker-compose down
WARNING: Found orphan containers (prometheus, grafana) for this project.
If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.
Removing network milvus
WARNING: Network milvus not found.


[root@host135 milvus]# docker-compose down --remove-orphans
Removing orphan container "grafana"
Removing orphan container "prometheus"
Removing network milvus
WARNING: Network milvus not found.

posted @ 2025-01-13 09:18  slnngk  阅读(55)  评论(0)    收藏  举报