docker attach
integration
#261
Seercat3160
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🏷️ Feature Request Type
UI Feature
🔖 Feature description
A system, similar to the
bash
terminal, where a web terminal can be used to attach to a running container in a stack.It would also be useful if a container could be set such that the stdin/out/err streams are logged by Dockge in the background so when the container is attached to, there is a history buffer rather than just a blank terminal.
✔️ Solution
I would like to be able to click a button on a container, like the button which opens the bash terminal in the container, and have a full-page console opened which displays the container's stdin/out/err as is done when running
docker attach
from the CLI on a machine.❓ Alternatives
No response
📝 Additional Context
This would be useful for running containers such as docker-minecraft-server, where having direct access to the container's console is of great benefit.
Prior art in this space: Pterodactyl Panel, which works similarly to allow web management of game servers in Docker containers.
Beta Was this translation helpful? Give feedback.
All reactions