1
1
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-11-22 15:32:01 +01:00

Explain how to delete everything

This commit is contained in:
Frank Denis 2019-11-10 19:02:52 +01:00
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.