We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ce3a2 commit 44660f1Copy full SHA for 44660f1
index.rst
@@ -93,9 +93,9 @@ Containers can be reused across consecutive test runs.
93
How to use?
94
^^^^^^^^^^^
95
96
-1. Add `testcontainers.reuse.enable=true` to `~/.testcontainers.properties`
97
-2. Disable ryuk by setting the environment variable `TESTCONTAINERS_RYUK_DISABLED=true`
98
-3. Instantiate a container using `with_reuse`
+1. Add :code:`testcontainers.reuse.enable=true` to :code:`~/.testcontainers.properties`
+2. Disable ryuk by setting the environment variable :code:`TESTCONTAINERS_RYUK_DISABLED=true`
+3. Instantiate a container using :code:`with_reuse`
99
100
.. doctest::
101
0 commit comments