Add Docker Attach (Attaching to the container for inserting inputs)
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 37.4k
- Forks
- 3k
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 73
Description
What problem will this feature address?
So when I am creating Minecraft server using docker compose for example, after running it can accept some input for example you can op someone by user name.
For now i can't access that by Open Terminal button, it just put me inside the container files
Describe the solution you'd like
you can use docker attach to solve this issue, maybe creating a new section called Attach container or manybe using within the logs
Describe alternatives you've considered
Nothing
Additional context
No response
Will you send a PR to implement it?
No
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing Open Terminal flow and the container logs view in the TypeScript codebase, then compare how either could expose Docker's attach behavior. Done means a user can send interactive input to a running container, such as a Minecraft server, rather than only browsing its files; verify the behavior with a Docker Compose container that accepts console commands.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, typescript
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100