Skip to content

Conversation

CowRules
Copy link
Contributor

Added a way to define default runtime flags in config.

I have already prepared relevant changes in podman: containers/podman#26892

Fixes: #91

Default runtime flags should be defined as shown below:

[engine.runtimes_flags]
runsc = [
  "net-raw",
]

crun = [
  "debug",
]

Added a way to define default runtime flags in config.

Fixes: containers#91

Default runtime flags should be defined as shown below:

[engine.runtimes_flags]
runsc = [
  "net-raw",
]

crun = [
  "debug",
]

Signed-off-by: Rosvaldas Atstupėnas <[email protected]>
Copy link
Member

@Luap99 Luap99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you for porting here over.
cc @mheon

(Note we are still working through our dependencies updating all references to the new import paths so it might take a few days until you can update your podman PR to pull in the latest common update)

@mheon
Copy link
Member

mheon commented Aug 27, 2025

LGTM on my end

@mheon mheon merged commit fce26c0 into containers:main Aug 27, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: The runtime parameter can be defined when defining runtime
3 participants