Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Features: docker control #6

Open
catdevman opened this issue Feb 18, 2024 · 1 comment
Open

Features: docker control #6

catdevman opened this issue Feb 18, 2024 · 1 comment

Comments

@catdevman
Copy link

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???)

@jpmcb
Copy link
Owner

jpmcb commented Mar 16, 2024

Great suggestion - on it 🫡

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants