From bc5b079b2a92c2b55d9abb99559f01e0dcfbdd3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Dr=C3=A4xler?= Date: Thu, 27 Feb 2020 20:23:18 +0100 Subject: [PATCH] Add a paragraph about Docker & Certbot to README (#22) This partly addresses issue certbot-docker#2 --- tools/docker/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tools/docker/README.md b/tools/docker/README.md index 7bbbc165a..23e0d3228 100644 --- a/tools/docker/README.md +++ b/tools/docker/README.md @@ -1,3 +1,12 @@ +Running Certbot in Docker +========================= + +Docker is an amazingly simple and quick way to obtain a certificate. However, this mode of operation is unable to install certificates or configure your webserver, because our installer plugins cannot reach your webserver from inside the Docker container. + +**Most users should install Certbot by following the installation instructions at https://certbot.eff.org/instructions. You should only use Docker if you are sure you know what you are doing and have a good reason to do so.** + +For more information, please read [Certbot - Running with Docker](https://certbot.eff.org/docs/install.html#running-with-docker). + Certbot-Docker project ====================== @@ -31,7 +40,7 @@ To set up the publication process, the target DockerHub project must be configur _For a Certbot DNS plugin Docker_ -> Source: `/^(v[0-9.]+).*$/`, Tag: `{\1}`, Dockerfile: `Dockerfile`, Build context: `/plugin` Publication worfklow --------------------- +------------------- Assuming the version to publish is `v0.35.0`