-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add exec #56
Comments
these two features would be awesome. |
So pretty much both of these features require that we close and reinit the termui properly, however there is currently a bug in termui which makes this simply not work correctly. I've however submitted a pull request there which fixes the bug. As soon as it's fixed I'll set up a pull request for the Exec feature (I've already got it working except for that issue). @bcicen, would it be possible to add that fix to your termui fork which we're using until they accept your numfmt change? That would speed up the process |
@kenan-rhoton thanks for following up |
hi, I have created pull request #105 to view logs |
Very nice tool!
I have some features that would be nice if you can build that in your tool.
docker logs -f [--tail=x] <container>
docker exec -ti <container> bash
The text was updated successfully, but these errors were encountered: