add docker-warning script

This commit is contained in:
Brad Warren
2017-03-06 19:31:42 -08:00
parent fb9b62a282
commit eb1e3c4cb3
+4
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 $@