mrjackwills / oxker

A simple tui to view & control docker containers
MIT License
727 stars 24 forks source link

[NEW FEATURE] Delete / Remove containers #27

Closed pcgeek86 closed 1 year ago

pcgeek86 commented 1 year ago

Describe the solution you'd like I would like an additional option to delete / remove containers. The current cotnainer options are start, pause, restart, and stop.

mrjackwills commented 1 year ago

Thanks, yeah it should really have that feature.

I think it should probably pop-up a warning (akin the the help panel), displaying something along the lines of Are you sure you want to delete container: [container-name]?

And then have a continue/cancel button selection?

pcgeek86 commented 1 year ago

Yep that sounds perfect!

mrjackwills commented 1 year ago

Don't expect any other features to be implemented this fast! I just happened to be about to release a new version, and was able to introduce it quickly