From 571fd34ad0ca7f503d0f51f85123daff6bd2bc1b Mon Sep 17 00:00:00 2001 From: Florian Mirus Date: Fri, 11 Oct 2024 07:32:30 +0200 Subject: [PATCH] minor doc update --- docs/libraries.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/libraries.rst b/docs/libraries.rst index 534167fb..6aa5825c 100644 --- a/docs/libraries.rst +++ b/docs/libraries.rst @@ -140,7 +140,9 @@ Runs a command inside a given Docker container ``docker_copy()`` ^^^^^^^^^^^^^^^^^ -Copy a file or folder from the container +Copy a file or folder from the container. +Note that this actions potentially blocks other action calls if the copied content is large. +In case large files or folders need to be copied, consider mounting a volume to the container instead of this action. .. list-table:: :widths: 15 15 5 65 @@ -163,7 +165,9 @@ Copy a file or folder from the container ``docker_put()`` ^^^^^^^^^^^^^^^^^ -Copy a file or folder from the local system into a running container +Copy a file or folder from the local system into a running container. +Note that this actions potentially blocks other action calls if the copied content is large. +In case large files or folders need to be copied, consider mounting a volume to the container instead of this action. .. list-table:: :widths: 15 15 5 65