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
I have built a docker image and am not able to exec it from ctop, it'll be helpful to have debug log around this , i am able to exec with docker exec however, so it has to do something with the exec command ctop is trying to run, having debug log will help us figure what to adjust in our containers
If I run
docker run -it mariadb:11.5.2 /bin/sh
and then entermariadb-binlog --help
I get 264 lines of output.But if I run
ctop-0.7.7-linux-amd64
and execute a shell on the container and entermariadb-binlog --help
the shell exits.Here's something you can try: open an exec shell and repeat this command (it should eventually kill the shell)
printf '0123456789abcdef%.0s' {1..254}
The text was updated successfully, but these errors were encountered: