Skip to content

Commit

Permalink
#1: adding flag to remove volumes associated with containers
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljherring committed Jun 8, 2016
1 parent b1f3530 commit e08f07a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions remove_tdwtf.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ docker stop wtdwtf-mongo
docker stop wtdwtf-redis

echo "Deleting containers"
docker rm wtdwtf-nodebb
docker rm wtdwtf-mongo
docker rm wtdwtf-redis
docker rm -v wtdwtf-nodebb
docker rm -v wtdwtf-mongo
docker rm -v wtdwtf-redis

echo "Deleting network"
docker network rm wtdwtf
Expand Down

0 comments on commit e08f07a

Please sign in to comment.