You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
After execute
RemoteStart
, no container related options shows, even afterln -s /bin/podman ~/.local/bin/docker
.And
checkhealth remote-nvim
givesdocker is missing
when podman is in thePATH
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

The text was updated successfully, but these errors were encountered: