Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Ship Cat container manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wizards
Ship Cat container manager
Commits
77bd0bfa
Commit
77bd0bfa
authored
1 year ago
by
Martin Mareš
Browse files
Options
Downloads
Patches
Plain Diff
Example config: Better comments on defaults
parent
10ce23bc
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
etc/container.toml.example
+5
-5
5 additions, 5 deletions
etc/container.toml.example
with
5 additions
and
5 deletions
etc/container.toml.example
+
5
−
5
View file @
77bd0bfa
...
...
@@ -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 = []
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment