mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-31 12:52:13 +00:00
docs: add instructions on how to nuke docker environment
This commit is contained in:
parent
5d180b43f1
commit
d0487239b2
@ -157,3 +157,13 @@ rm ~/.docker/config.json
|
||||
docker login
|
||||
```
|
||||
More discussions on the same issue https://github.com/docker/hub-feedback/issues/1250
|
||||
|
||||
## I've messed up my docker setup. How do I start from scratch?
|
||||
1. Delete *all* docker containers, including ones that are created outside of the quickstart guide.
|
||||
```
|
||||
docker rm -f $(docker ps -aq)
|
||||
```
|
||||
2. Clear persistent storage for DataHub containers, assuming you didn't set `DATA_STORAGE_FOLDER` environment variable.
|
||||
```
|
||||
rm -rf /tmp/datahub
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user