You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributing_docs.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,11 @@ We publish our documentation using Netlify.
9
9
10
10
## Previewing rendered content
11
11
12
-
### Previewing docs locally
12
+
### Using Docker locally
13
+
14
+
The root of the project contains a `docker-compose.yml` file. Simply run `docker-compose up` and then access the docs at [http://localhost:8000](http://localhost:8000).
15
+
16
+
### Using Python locally
13
17
14
18
* Ensure that you have Python 3.6.0 or higher.
15
19
* Set up a virtualenv and run `pip install -r requirements.txt` in the `testcontainers-java` root directory.
0 commit comments