Skip to content

Commit

Permalink
updates scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
FlacoJones committed Jul 24, 2023
1 parent 583f434 commit baa914f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ OpenQ-Event-Listener/
OpenQ-Token-Price-Cron-Job/
Superfluid-Subgraph/
OpenQ-Squad/
OpenQ-Dojo/
OpenQ-Logging/
OpenQ-Codemeter/
OpenQ-User-Registration/
Expand All @@ -35,6 +34,7 @@ OpenQ-Notification-Autotask/
OpenQ-Synpress/
OpenQ-DRM/
OpenQ-Workflows/
GitGuru/

# Data from The Graph Node's Postgres and IPFS
data/
Expand Down
22 changes: 0 additions & 22 deletions del.sh

This file was deleted.

7 changes: 1 addition & 6 deletions docker-wipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
docker stop $(docker ps -aq) && docker rm $(docker ps -aq)

## Docker System Prune
docker system prune
docker system prune -f --volumes

## Remove All Volumes
docker volume rm $(docker volume ls -q)

## Remove All Images
docker rmi -f $(docker images -a -q)


2 changes: 1 addition & 1 deletion docs/HelpfulDockerCommands.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ docker stop $(docker ps -aq) && docker rm $(docker ps -aq)
## Docker System Prune

```bash
docker system prune
docker system prune -f --volumes
```

## Remove All Volumes
Expand Down

0 comments on commit baa914f

Please sign in to comment.