From eb1e3c4cb3c87d48563f80eb197fb06e817c4934 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 3 Mar 2017 13:56:43 -0800 Subject: [PATCH] add docker-warning script --- tools/docker-warning.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 tools/docker-warning.sh diff --git a/tools/docker-warning.sh b/tools/docker-warning.sh new file mode 100755 index 000000000..e4f5f40ee --- /dev/null +++ b/tools/docker-warning.sh @@ -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 $@