ajayd-san / gomanagedocker

TUI tool to manage your docker images, containers and volumes 🚀
MIT License
486 stars 23 forks source link

Docker Scout process should be cancelled when the user returns from the info box #5

Closed ajayd-san closed 3 months ago

ajayd-san commented 3 months ago

The program still runs the docker scout command in background on a different goroutine even when the user exists the scout info box. Use something like exec.CommandContext to receive a cancel handler and invoke cancel accordingly.

ajayd-san commented 3 months ago

patched in commit 8d9cde5 and should be available in next build