diff --git a/README.md b/README.md index b366de5..d02a518 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Table of contents: - [Changing the Unbound configuration file](#changing-the-unbound-configuration-file) - [Serving custom DNS records on a local network](#serving-custom-dns-records-on-a-local-network) - [Troubleshooting](#troubleshooting) +- [Deleting everything](#deleting-everything) - [Details](#details) # Example installation procedures @@ -267,6 +268,15 @@ docker logs dnscrypt-server docker exec dnscrypt-server /opt/unbound/sbin/unbound-checkconf ``` +# Deleting everything + +In order to delete everything (containers and images), type: + +```sh +docker rm --force dnscrypt-server ||: +docker rmi --force jedisct1/dnscrypt-server ||: +``` + # Details - A minimal Ubuntu Linux as a base image.