hi:
I am trying to use tmux nested. I use tmux background to open a docker, then in this docker, I use tmux again, the following is my problems:
If I use docker run -it *, tmux can work well. But when I use docker exec -it *, tmux is no respoding:

Is there any idea?
Thanks a lot!