mrjackwills / oxker

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

[NEW FEATURE] exec container option #46

Closed iloveitaly closed 3 months ago

iloveitaly commented 3 months ago

Is your feature request related to a problem? Please describe. I want to easily "jump into" a docker container.

Describe the solution you'd like A clear and concise description of what you want to happen. Add a "exec" to the right hand "option pane" and default the execution string to bash -l:

image

Describe alternatives you've considered Manually executing the exec is fine, but defeats the purpose.

Additional context Happy to submit a PR here—just point me in the right direction in the code to get started.

mrjackwills commented 3 months ago

Sorry if I am missing the point, but an input of the e keyboard button will exec into which ever container is currently selected.

I think the side controls should probably be kept solely for commands that change the state of the selected container.

iloveitaly commented 3 months ago

Ah, yes I was referring to the side controls. didn't realize e was an option.

Closing this out.