Skip to content

Commit 97575a6

Browse files
committed
Document where Docker places files
Signed-off-by: Darshan Sen <[email protected]>
1 parent 158ca41 commit 97575a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/virtual-file-system-requirements.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ paths that cannot be used by existing files.
4848

4949
Pkg uses [`/snapshot`](https://github.com/vercel/pkg#snapshot-filesystem) as the
5050
prefix for all the embedded files. This is confusing if `/snapshot` is an
51-
existing directory on the file system.
51+
existing directory on the file system. Docker workflows routinely copy files to,
52+
and run things at, the root of the filesystem, so following that approach too
53+
would run into the same problem.
5254

5355
Boxednode allows users to enter a [namespace](https://github.com/mongodb-js/boxednode/blob/6326e3277469e8cfe593616a0ed152600a5f9045/README.md?plain=1#L69-L72)
5456
and uses it like so:

0 commit comments

Comments
 (0)