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 committed Nov 30, 2022
1 parent 05ffb72 commit 2bd031a
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 2bd031a

Please sign in to comment.