nvim-llama icon indicating copy to clipboard operation
nvim-llama copied to clipboard

Features: docker control

Open catdevman opened this issue 1 year ago • 1 comments

I might have missed something but from what I could tell once I run :Llama that container is on and can't be stopped from neovim without manually running docker commands.

Surface some of the internals:

  • Stop
  • Restart
  • Cleanup (that removes the docker container, maybe even cleanup storage with that) and on closing the terminal buffer it should probably at least stop the container.

If I open neovim, do a thing, then close neovim I would expect to get all the resources (cpu and ram) back and that I wouldn't have any of the processes that started from neovim to still be running. (maybe this should be broken out as a bug???)

catdevman avatar Feb 18 '24 00:02 catdevman

Great suggestion - on it 🫡

jpmcb avatar Mar 16 '24 16:03 jpmcb