Skip to content

Conversation

@zincognity
Copy link

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!

image Screenshot 2026-01-13 at 04 06 26 Screenshot 2026-01-13 at 04 06 40 Screenshot 2026-01-13 at 04 07 17

- 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.
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

Successfully merging this pull request may close these issues.

1 participant