Skip to content

Commit

Permalink
Development: install Docker and Docker Compose with official guides (#…
Browse files Browse the repository at this point in the history
…10561)

* Development: install Docker and Docker Compose with official guides

Closes #9351
Requires: readthedocs/common#183

* Mention gVisor in the same section

* Typo

Co-authored-by: Santos Gallegos <stsewd@proton.me>

---------

Co-authored-by: Santos Gallegos <stsewd@proton.me>
  • Loading branch information
humitos and stsewd authored Jul 25, 2023
1 parent d525dac commit 70c4d39
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/dev/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ A development setup can be hosted by your laptop, in a VM, on a separate server
We do not recommend to follow this guide to deploy an instance of Read the Docs for production.


Install external dependencies (Docker, Docker Compose, gVisor)
--------------------------------------------------------------

#. Install Docker by following `the official guide <https://docs.docker.com/get-docker/>`_.
#. Install Docker Compose with `the official instructions <https://docs.docker.com/compose/install/>`_.
#. Install and set up gVisor following :doc:`rtd-dev:guides/gvisor`.


Set up your environment
-----------------------

Expand Down Expand Up @@ -59,7 +67,6 @@ Set up your environment

pip install -r common/dockerfiles/requirements.txt

#. Set up gVisor following :doc:`rtd-dev:guides/gvisor`.

#. Build the Docker image for the servers:

Expand Down

0 comments on commit 70c4d39

Please sign in to comment.