This commit is contained in:
felixfontein 2023-01-06 13:48:10 +00:00
parent b6e291f03b
commit 968260484c
2 changed files with 1 additions and 2 deletions

View File

@ -182,7 +182,6 @@ see <a class="reference internal" href="#ansible-collections-community-docker-do
<ul class="simple">
<li><p>Copy a file into a Docker container.</p></li>
<li><p>Similar to <code class="docutils literal notranslate"><span class="pre">docker</span> <span class="pre">cp</span></code>.</p></li>
<li><p>The file is processed in-memory. Do not use for large files!</p></li>
<li><p>To copy files in a non-running container, you must provide the <em>owner_id</em> and <em>group_id</em> options.</p></li>
</ul>
</section>

File diff suppressed because one or more lines are too long