I am storing logs for my python code into one transform.log file. After that I am building the image and running it with docker compose

Viewed 15

How can I see the logs with docker logs -f command. I am currently able to see it with docker exec -it bash -c 'tail -f ./cccc/transform.log'

0 Answers
Related