I’m not sure if I’m doing something wrong or if I need to install/set something up on my docker container.
I log into my Linux docker container and run some commands and because of idleness, I get logged out. When I log back into the container, I run the history command and I expect to see my previous commands I’ve run but there’s nothing in there.
Is there something I need to run or install on the container such that when I get timed out, it will still remember my previous commands in history so I can refer back to them?