Explain how to delete everything

lucenera-patch-1
Frank Denis 5 years ago
parent 31eb8b19b1
commit 93d0ffe461

@ -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.

Loading…
Cancel
Save