Renaming a project now stops its old containers
v0.40.0-beta
- Renaming a project now stops its old containers. The project name doubles as the Docker stack name: after a rename, the old containers belonged to a different stack and kept running beside the new ones. A first real rename left eight of them duplicated. They are now stopped before the move, without touching the volumes, which are copied over right after.
- Network cleanup recognises user-named network groups. Only the default group was accounted for; a project that had named its group otherwise left its network behind on every rename.