mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:42:02 +02:00
fix docker link
This commit is contained in:
@@ -24,7 +24,7 @@ running:
|
|||||||
|
|
||||||
If you're on macOS, we recommend you skip the rest of this section and instead
|
If you're on macOS, we recommend you skip the rest of this section and instead
|
||||||
run Certbot in Docker. You can find instructions for how to do this :ref:`here
|
run Certbot in Docker. You can find instructions for how to do this :ref:`here
|
||||||
<docker>`. If you're running on Linux, you can run the following commands to
|
<docker-dev>`. If you're running on Linux, you can run the following commands to
|
||||||
install dependencies and set up a virtual environment where you can run
|
install dependencies and set up a virtual environment where you can run
|
||||||
Certbot. You will need to repeat this when Certbot's dependencies change or when
|
Certbot. You will need to repeat this when Certbot's dependencies change or when
|
||||||
a new plugin is introduced.
|
a new plugin is introduced.
|
||||||
@@ -377,7 +377,7 @@ This should generate documentation in the ``docs/_build/html``
|
|||||||
directory.
|
directory.
|
||||||
|
|
||||||
|
|
||||||
.. _docker:
|
.. _docker-dev:
|
||||||
|
|
||||||
Running the client with Docker
|
Running the client with Docker
|
||||||
==============================
|
==============================
|
||||||
|
|||||||
@@ -94,6 +94,8 @@ Disable and remove the swapfile once the virtual environment is constructed::
|
|||||||
user@webserver:~$ sudo swapoff /tmp/swapfile
|
user@webserver:~$ sudo swapoff /tmp/swapfile
|
||||||
user@webserver:~$ sudo rm /tmp/swapfile
|
user@webserver:~$ sudo rm /tmp/swapfile
|
||||||
|
|
||||||
|
.. _docker-user:
|
||||||
|
|
||||||
Running with Docker
|
Running with Docker
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -185,7 +185,7 @@ Certbot's DNS plugins.
|
|||||||
These plugins are still in the process of being packaged
|
These plugins are still in the process of being packaged
|
||||||
by many distributions and cannot currently be installed with ``certbot-auto``.
|
by many distributions and cannot currently be installed with ``certbot-auto``.
|
||||||
If, however, you are comfortable installing the certificates yourself,
|
If, however, you are comfortable installing the certificates yourself,
|
||||||
you can run these plugins with :ref:`Docker <docker>`.
|
you can run these plugins with :ref:`Docker <docker-user>`.
|
||||||
|
|
||||||
Once installed, you can find documentation on how to use each plugin at:
|
Once installed, you can find documentation on how to use each plugin at:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user