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

docker-warning.sh « tools - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e4f5f40ee65ca6645d87a72b3743eb40538e7d89 (plain)
1
2
3
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 $@