docker compose删除孤立的服务 - Mon, May 11, 2020
docker compose删除孤立的服务
WARNING: Found orphan containers (xxxx) 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.
docker-compose -f xxxx.yaml -p xxxx up -d --remove-orphans
Removing orphan container "xxxx"