Skip to content

Commit a2a8211

Browse files
committed
[#1692] Rephrase a paragraph
1 parent d00c008 commit a2a8211

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

doc/dev/devel.rst

+3-5
Original file line numberDiff line numberDiff line change
@@ -814,11 +814,9 @@ commands. Especially, it is not triggered by the ``docker compose exec`` and
814814
``docker compose start`` commands as the volumes are already mounted when these
815815
commands are executed.
816816

817-
The same volume is isolated only once until cleaning the temporary directory
818-
to share them between running containers and preserve on stop as do the
819-
original volumes.
820-
821-
The isolated volumes are cleaned up on the ``docker compose down`` command.
817+
A volume is isolated once and shared between several services. The volume and
818+
all applied modifications are preserved across the service restarts. The volume
819+
is removed when the service containers are pruned.
822820

823821
It needs to be considered whether all volumes should be isolated by default.
824822
Currently, only the volumes that are expected to be modified during the test are

0 commit comments

Comments
 (0)