Hello I would like to use
print('Hello world')
to see what's going on with some variables, however im using Docker which means by default it's not printing anything. Can someone tell me how I can pass these print commands to the docker container ?
docker logsto see output of the containers-dflag when doingdocker runand output should be printed to stdout