-
I have a 'finch' folder inside the /tmp folder containing a 'dockerfile'. When I run the command finch build . -t my-image, I get the following error:
When I copy the above 'finch' folder to the 'myuser' directory, the command finch build . -t my-image runs successfully. Any idea how to run the finch build . -t my-image command inside the /tmp folder? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
only the Mac user's home directory is auto-mounted inside the Finch VM; but you can add more directories as needed through the Finch configuration; the snippet from the docs on adding additional directories (from here):
|
Beta Was this translation helpful? Give feedback.
only the Mac user's home directory is auto-mounted inside the Finch VM; but you can add more directories as needed through the Finch configuration; the snippet from the docs on adding additional directories (from here):