Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add podman support #57

Merged
merged 1 commit into from
Jan 31, 2024
Merged

Add podman support #57

merged 1 commit into from
Jan 31, 2024

Conversation

MrHedmad
Copy link
Owner

By editing the new field in kerblam.toml one can swap the docker daemon with podman:

[execution]
backend = "podman" # or "docker", the default

Other backend strings are rejected by serde upon reading the toml. Since podman is essentially identical to docker, the change was just to swap where we use docker to using podman.

TODO

Before merging, tick all of these boxes:

  • cargo check passes without errors or warnings.
  • @all-contributors is made aware of this PR.

@MrHedmad MrHedmad merged commit 12b2dba into main Jan 31, 2024
5 checks passed
@MrHedmad MrHedmad deleted the podman_support branch January 31, 2024 10:15
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.

1 participant