Cleaning DataHub Environment After Using Docker Quickstart

Original Slack Thread

i have used docker quickstart to start datahub
how to now clean everything

Hey there! :wave:

<@U06TM7M40RK> Can you help with the questions in this thread?

:information_source: Please continue to tag RunLLM (e.g <@U06TM7M40RK>) to have it continue generating responses!

To clean everything after using Docker quickstart to start DataHub, you can use the datahub docker nuke command. This command will remove all DataHub-related Docker containers, volumes, and networks, effectively resetting your DataHub environment.

Here is the command you need to run:

datahub docker nuke

This command is mentioned in the <DataHub Quickstart Guide | DataHub Quickstart Guide> and is also referenced in the <https://github.com/datahub-project/datahub/blob/master/docs/troubleshooting/quickstart.md|DataHub Troubleshooting Guide>.

Would you like more details on how to use this command or any other related information?

Sources: