feat: add terminal attach mode and refactor container selection - #155
feat: add terminal attach mode and refactor container selection#155zincognity wants to merge 30 commits into
Conversation
Do not use the grid layout on mobile but show each tile in a scrollable list instead.
The detailed display of stacks (following x/x/x/x) is too wide for mobile display. So for mobile display only, we limit this information to the total number of stacks.
- Introduced a new mode toggle for terminal operations: 'exec' and 'attach'. - Updated container fetching logic to filter based on the selected mode. - Enhanced container selection to handle both exec and attach modes. - Refactored terminal component to support attach functionality with a new AttachTerminal component. - Improved UI elements for better user experience when switching modes. - Added handling for connection states and terminal commands based on the selected mode.
|
Great Feature! Hope to see it added in future <3 |
|
Lacking of this feature in current branch is such a downer, looking forward into it being added. |
I'm tried two times, and I lost hope 😔 |
|
Great contribution, looking forward to this! |
|
|
|
@zincognity can i ask you to sync your fork and rebase on main? sorry for the force push. |
|
This feature would bring dockhand on the same usability level as portainer |
|
Bumping this again. Dealbreacker feature. |
|
@zincognity can you rebase with current, please? |
Hi! I really enjoy using this project, it’s super handy and well put together. While working on my Minecraft server setup, I realized I needed to interact with the console using docker attach, but that wasn’t available yet.
So I added a small change to make that possible. It’s a simple tweak, but I think it’ll be useful for anyone running their server in Docker and wanting quick console access.
Thanks for building such an awesome project—I’m glad I could contribute a little improvement!