amitds1997/remote-nvim.nvim

[FR] Podman support

Opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
After execute RemoteStart, no container related options shows, even after ln -s /bin/podman ~/.local/bin/docker.

And checkhealth remote-nvim gives docker is missing when podman is in the PATH but not docker.

Describe the solution you'd like
RemoteStart could connect to a running podman container.

Describe alternatives you've considered
Currently, vscode supports attach to a running podman container, but JetBrains IDEs should do some hacks, like enable podman service to create /var/run/user/1000/podman.sock

Additional context
image