Skip to content

Commit

Permalink
reset script
Browse files Browse the repository at this point in the history
Signed-off-by: Trishank K Kuppusamy <trishank.kuppusamy@datadoghq.com>
  • Loading branch information
trishankatdatadog committed Feb 10, 2020
1 parent cfb230c commit 565670b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions scripts/reset.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

docker rm registry
docker volume prune
rm -rf ~/.signy
rm -rf ~/.docker/trust/tuf/localhost:5000
3 changes: 0 additions & 3 deletions scripts/stop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@ NOTARY=$GOPATH/src/github.com/theupdateframework/notary
(cd $NOTARY; docker-compose down)

docker stop registry
docker rm registry
rm -rf ~/.signy
rm -rf ~/.docker/trust/tuf/localhost:5000
docker ps

0 comments on commit 565670b

Please sign in to comment.