Instagram Widget

How to check docker container logs

When we run our application we need to check logs to check the smooth execution of the application or any unpleasant events like exception, error etc. This is the case with docker too.

To ckeck the logs run below command:

docker run <container_id> logs


Post a Comment

0 Comments