improve doc

This commit is contained in:
alexcos20 2022-11-29 12:49:21 +02:00
parent 085e0912f8
commit 6faf950c66
1 changed files with 6 additions and 2 deletions

View File

@ -48,12 +48,16 @@ This will run the current default versions of [Aquarius](https://github.com/ocea
<img width="486" alt="Welcome to Ocean Protocol" src="Welcome_to_Ocean_Protocol.png">
> It's overkill, but to be _sure_ that you use exactly the Docker images and volumes you want, you can prune all the Docker things in your system first:
## Cleanup
To clean up your environment, you can run
> ```bash
> docker system prune --all --volumes
> ./cleanup.sh
> ```
This will stop & remove any ocean related container, then delete any volume and networks created by barge
## Options
The startup script comes with a set of options for customizing various things.