Skip to content

Commit

Permalink
readme: add text for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ahayzen committed Jan 8, 2023
1 parent 8396dab commit 7a6f684
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ A folderbox is defined either in the `.folderbox` folder of the project or in th
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"`.
Note that common snippets are installed into `~/.local/share/com.ahayzen.folderbox/common`.

There also can be a `runargs` file, each line of this file are added as arguments to the `podman run` command.
See [data/containers/example-cpp](./data/containers/example-cpp) as an example of a container and [data/common](./data/containers) for snippets.

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`).

```
my-project/
Expand Down

0 comments on commit 7a6f684

Please sign in to comment.