You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be awesome to use gotty to access a running Docker container, like docker exec does. Such feature allow to access a Docker without having to install and run gotty inside the container.
The text was updated successfully, but these errors were encountered:
You are certainly right. A command like gotty -w docker exec -it my_container does exactly the same.
My main concern was to have a single binary, thus a single process. But the approach you suggest is probably more sustainable.
It would be awesome to use gotty to access a running Docker container, like
docker exec
does. Such feature allow to access a Docker without having to install and run gotty inside the container.The text was updated successfully, but these errors were encountered: