How do I access Windows eventlog of a Docker container
Create a powershell session for the container docker exec -it <container_id> powershell Then from the container, get the latest event logs Get-Eventlog -newest 20 application Above command will help you to find the index, (Get-Eventlog -index xxx application).message