Skip to content

Commit

Permalink
Prune unused networks
Browse files Browse the repository at this point in the history
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
  • Loading branch information
MNMaqsood authored Nov 20, 2022
1 parent e3f92e7 commit c5f6703
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -718,5 +718,6 @@ To delete the cluster completely, log in to each host and run the commands as fo
```bash
cd /data/projects/fate/confs-<id>/ # id of party
docker-compose down
docker network prune
rm -rf ../confs-<id>/ # delete the legacy files
```

0 comments on commit c5f6703

Please sign in to comment.