Skip to content

Commit 3b38324

Browse files
committed
📝 Add note about conflicting bound directories
1 parent e23a846 commit 3b38324

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/_sources/developer/templates.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ You can use `.github/Dockerfiles/cpac_templates.Dockerfile <https://github.com/F
7070
exit # <-- Clean up when you're done
7171
7272
73+
.. note::
74+
75+
When you use ``--volumes-from`` to bind a directory that already exists in the image, the container will only be able to see the content from the bound daemon container, not any of the files in the original image. You can bind specific files instead of their parent directories to make files from the bound daemon container available in an existing directory in a container.
76+
7377
Once your changes have been merged to |main|_, C-PAC will include them in each subsequent build.
7478

7579
References

0 commit comments

Comments
 (0)