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

Podman support #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Podman support #1

wants to merge 2 commits into from

Conversation

ceblan
Copy link

@ceblan ceblan commented Jan 24, 2025

Hi @KeyWeeUsr,

first of all, thanks for this package.

Just in case you wish to merge it, I've made a small change in order to made it compatible with Podman.

It simply adds this custom variable (which defaults to "docker"):

(defcustom mermaid-docker-engine
  "docker"
  "Container engine."
  :group 'mermaid-docker
	:type '(string :options ("docker" "podman"))
	:set 'set-default)

and uses it instead of the hardcoded "docker" literal.

I,ve also noted how to configure it in the README.md.

Regards.

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