Skip to content

Add compatility with podman #218

@katsuya-horiuchi

Description

@katsuya-horiuchi

I use podman and having compatibility with it would be great.
Briefly I checked out the code and replacing hard-coded docker command worked for me.

There's a brief discussion on this in #113.
While the podman documentation says you can make an alias for podman, neovim doesn't seem to load alias in the first place.
So something like this would be nice:

require("netman").setup({ docker_cmd = "podman" })

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions