1
0
Fork 0
No description
Find a file
Enno Tensing 4ce53cb20b
example.container: Update example config with volume mount options
Volumes can be mounted with some different flags or no flags at all.
Since converting the string into an object would be overkill, as most of
the time the default options should suffice, and branching in
Volumes.from_json() to handle both strings and objects is also no the
cleanest method, implement it by using what already exists. Mount points
are not checked by the script, so the mount options can just be added to
the CONTAINER-DIR part of the volume config.

Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-29 09:50:56 +02:00
generate generate: container: Split Secret.command()'s cmd over multiple lines 2025-07-29 09:46:01 +02:00
LICENSES reuse: Add reuse information 2025-07-26 19:04:27 +02:00
.gitignore meta: Initial commit 2025-07-22 12:56:39 +02:00
containerctl reuse: Add reuse information 2025-07-26 19:04:27 +02:00
containerrc.json containerrc: Remove optional parts from schema 2025-07-29 09:25:19 +02:00
example.container example.container: Update example config with volume mount options 2025-07-29 09:50:56 +02:00
LICENSE reuse: Add LICENSE symlink for tools that expect it 2025-07-26 19:06:00 +02:00
Makefile make: Add makefile to support install 2025-07-26 19:26:21 +02:00
REUSE.toml make: Add makefile to support install 2025-07-26 19:26:21 +02:00
ruff.toml meta: Initial commit 2025-07-22 12:56:39 +02:00