mirror of
https://github.com/dnscrypt/dnscrypt-server-docker
synced 2024-11-22 19:42:03 +01:00
Explain how to delete everything
This commit is contained in:
parent
31eb8b19b1
commit
93d0ffe461
10
README.md
10
README.md
@ -25,6 +25,7 @@ Table of contents:
|
|||||||
- [Changing the Unbound configuration file](#changing-the-unbound-configuration-file)
|
- [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)
|
- [Serving custom DNS records on a local network](#serving-custom-dns-records-on-a-local-network)
|
||||||
- [Troubleshooting](#troubleshooting)
|
- [Troubleshooting](#troubleshooting)
|
||||||
|
- [Deleting everything](#deleting-everything)
|
||||||
- [Details](#details)
|
- [Details](#details)
|
||||||
|
|
||||||
# Example installation procedures
|
# Example installation procedures
|
||||||
@ -267,6 +268,15 @@ docker logs dnscrypt-server
|
|||||||
docker exec dnscrypt-server /opt/unbound/sbin/unbound-checkconf
|
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
|
# Details
|
||||||
|
|
||||||
- A minimal Ubuntu Linux as a base image.
|
- A minimal Ubuntu Linux as a base image.
|
||||||
|
Loading…
Reference in New Issue
Block a user