I was just going through Docker run documentation and came across the following command:
docker run -a stdin -a stdout -i -t ubuntu /bin/bash The documentation can be found HERE.
can somebody tell me, is the stdin and stdout stand for ?
I found this thread HERE, but its related to python , can anybody explain this to me in the context of Docker and ofcourse ubuntu ?
Thank you.