0

I am using Docker desktop for windows.

Docker Engine v20.10.5

I want to see the logs of a container that is not starting up due to some error. I do have a container if of the container.

The question is where can I find docker container logs on Microsoft Windows 10 enterprise edition operating system using Docker desktop for windows.

The answer Windows 10 and Docker container logs / Docker Logging driver doesn't works for me :(

Regards

Amit Meena
  • 2,884
  • 2
  • 21
  • 33
  • You should just be able to run `docker logs container-name` to see them, or `docker run` the container without the `-d` flag so it prints its output to the console instead of starting in the background. What part of the linked question doesn't work for you; where have you looked for the logs already? – David Maze Mar 23 '21 at 11:16
  • Thanks, David for the response. Regarding the linked question the path specified in the linked question does not exist for me. – Amit Meena Apr 08 '21 at 01:31

0 Answers0