We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7ea48 commit 74c8df1Copy full SHA for 74c8df1
index.rst
@@ -125,9 +125,9 @@ Containers can be reused across consecutive test runs.
125
How to use?
126
^^^^^^^^^^^
127
128
-1. Add `testcontainers.reuse.enable=true` to `~/.testcontainers.properties`
129
-2. Disable ryuk by setting the environment variable `TESTCONTAINERS_RYUK_DISABLED=true`
130
-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`
131
132
.. doctest::
133
0 commit comments