Hi,
when I "go" into the running container with "docker exec -ti /bin/bash --login" and then try to attach to the screen session with the sim in it with screen -r, I get the following:
mathias@cloud:~> docker exec -ti ContainerLand bash --login
mesg: ttyname failed: Success
and then from screen:
root@c32dbd61fa5d:/# screen -r
Must be connected to a terminal.
any ideas? I need to do stuff to my sim from the region console...