From 7a6f684f2ae4c1960cbbef99aaffcbfc10107e14 Mon Sep 17 00:00:00 2001 From: Andrew Hayzen Date: Sun, 8 Jan 2023 01:26:38 +0000 Subject: [PATCH] readme: add text for examples --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1452a7b..d6e99b4 100644 --- a/README.md +++ b/README.md @@ -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/