mirror of
https://github.com/certbot/certbot.git
synced 2026-04-29 02:02:00 -04:00
Add a paragraph about Docker & Certbot to README (#22)
This partly addresses issue certbot-docker#2
This commit is contained in:
parent
bca73f9932
commit
bc5b079b2a
1 changed files with 10 additions and 1 deletions
|
|
@ -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`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue