Docker

How to Reset Docker Container DB

Sometimes data is corrupted, and you just want to nuke the whole world and start a new life. In which case do:

$ docker container prune
$ docker volume prune

Standard

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.