Skip to content

Commit

Permalink
minor doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
fmirus committed Oct 11, 2024
1 parent aaf3914 commit 571fd34
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/libraries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 571fd34

Please sign in to comment.