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" })
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: