From 93d0ffe46122f1a15780e664de527499897e8215 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 10 Nov 2019 19:02:52 +0100 Subject: [PATCH] Explain how to delete everything --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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.