add docker-warning script

This commit is contained in:
Brad Warren 2017-03-03 13:56:43 -08:00
parent fb9b62a282
commit eb1e3c4cb3

4
tools/docker-warning.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh -e
echo "Warning: This Docker image will soon be switching to Alpine Linux." >&2
echo "You can switch now using the certbot/certbot repo on Docker Hub." >&2
exec /opt/certbot/venv/bin/certbot $@