Skip to content

Commit c5f6703

Browse files
authored
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 e3f92e7 commit c5f6703

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)