Skip to content
Snippets Groups Projects
Commit 77bd0bfa authored by Martin Mareš's avatar Martin Mareš
Browse files

Example config: Better comments on defaults

parent 10ce23bc
No related branches found
No related tags found
No related merge requests found
......@@ -4,18 +4,18 @@
# Container image
image = "registry.ks.matfyz.cz/gimli/web-checker"
# Pull the image automatically when creating the container
# Pull the image automatically when creating the container (default=global)
pull_image = true
# Root directory where data of the container reside
# Root directory where data of the container reside (default=global)
root_dir = "/tmp/root"
# Users and groups allowed to operate the container
# Users and groups allowed to operate the container (default=none)
allowed_users = ['root', 'mj']
allowed_groups = []
# Do we re-create the container on every start?
# Do we re-create the container on every start? (default=global)
create_on_start = false
# Extra options passed to "podman create"
# Extra options passed to "podman create" (default=none)
podman_create_options = []
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment