we have a docker container (mongodb) we are using, with volume mount to store data persistently.
I would like to protect the container and\or volume from accidental deletion by commands 'docker volume prune' or even just 'docker volume rm'
any suggestion?