Skip to content

Commit 7a6f684

Browse files
committed
readme: add text for examples
1 parent 8396dab commit 7a6f684

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ A folderbox is defined either in the `.folderbox` folder of the project or in th
3939
Inside the folder a `Containerfile.in` or `Containerfile` is expected, this should setup the environment - if it's a `.in` file then note you can use `#include "path/to/common/snippet"`.
4040
Note that common snippets are installed into `~/.local/share/com.ahayzen.folderbox/common`.
4141

42-
There also can be a `runargs` file, each line of this file are added as arguments to the `podman run` command.
42+
See [data/containers/example-cpp](./data/containers/example-cpp) as an example of a container and [data/common](./data/containers) for snippets.
43+
44+
There also can be a `runargs` file, each line of this file are added as arguments to the `podman run` command. (eg `runargs` could container `--volume=/custom/path:/custom/path` which would then volume mount `/custom/path`).
4345

4446
```
4547
my-project/

0 commit comments

Comments
 (0)