Docker-toolbox is installed on the windows machine. I go into the container, for example: docker exec -it web / bin / sh
I can enter commands there.
How to access the history of input commands inside a container? In all consoles, this is done using the up arrow key
, here when you press this key, ^ [[A.
How to look at the history or at least call the previous command?