Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBrad Warren <bmw@eff.org>2017-03-04 00:56:43 +0300
committerBrad Warren <bmw@eff.org>2017-03-07 06:31:42 +0300
commiteb1e3c4cb3c87d48563f80eb197fb06e817c4934 (patch)
treef73ab333b449dbfce8acdfdc9005ac2305850c14 /tools
parentfb9b62a282cd1fdb8d279a9710cc3bea95a7f744 (diff)
add docker-warning script
Diffstat (limited to 'tools')
-rwxr-xr-xtools/docker-warning.sh4
1 files changed, 4 insertions, 0 deletions
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 $@