2
0
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-10-30 21:20:12 +00:00

rename to install-centos.sh

This commit is contained in:
Eric Lagergren 2019-10-30 10:59:35 -07:00
parent b0a2ca57a9
commit ba0267d1cf
No known key found for this signature in database
GPG Key ID: 0B6BF46363DC234E

View File

@ -14,6 +14,10 @@ echo "$SERVER_IP"
( (
exec 2>/dev/null exec 2>/dev/null
if ! [ -x "$(command -v docker)" ]; then
yum install -y docker
fi
docker stop dnscrypt-server docker stop dnscrypt-server
docker stop watchtower docker stop watchtower
docker rm dnscrypt-server docker rm dnscrypt-server