lspcontainers / lspcontainers.nvim

Neovim plugin for lspcontainers.
Apache License 2.0
308 stars 33 forks source link

Make images_pull runtime parametrised #65

Closed WhyNotHugo closed 2 years ago

WhyNotHugo commented 2 years ago

(For usage with podman)

erikreinert commented 2 years ago

Good catch! With all this podman talk I'm going to have to actually give it a serious shot. Thank you as always!

WhyNotHugo commented 2 years ago

There's not a huge difference. Podman feels lighter and faster. It doesn't require a daemon running 24/7, and socket activation works fine when in rootless mode.

Docker in rootless mode doesn't have socket activation, so you need to manually start it after each reboot.

If you want to experiment, I'd suggest going with a rootless podman setup.