Skip to content

Commit 2bd031a

Browse files
committed
Prune unused networks
Add instruction to prune unused networks by containers, otherwise causes issues on deployment script as same network name exists albeit not used by any container
1 parent 05ffb72 commit 2bd031a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-deploy/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,5 +718,6 @@ To delete the cluster completely, log in to each host and run the commands as fo
718718
```bash
719719
cd /data/projects/fate/confs-<id>/ # id of party
720720
docker-compose down
721+
docker network prune
721722
rm -rf ../confs-<id>/ # delete the legacy files
722723
```

0 commit comments

Comments
 (0)