mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:54:56 +02:00
add docker-warning script
This commit is contained in:
Executable
+4
@@ -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 $@
|
||||
Reference in New Issue
Block a user