mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
add docker-warning script
This commit is contained in:
parent
fb9b62a282
commit
eb1e3c4cb3
1 changed files with 4 additions and 0 deletions
4
tools/docker-warning.sh
Executable file
4
tools/docker-warning.sh
Executable 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 $@
|
||||
Loading…
Reference in a new issue