I'm running the docker exec command to run commands in a container, like this:
docker exec -it d52b251308b3 bash
The issue is that when it happens that the content is too long and the console show --More--, I can't scroll down to see the hidden content.