What command is used to view the logs of a running Docker container?
Docker FundamentalsEasy
Docker Fundamentals — Easy
What command is used to view the logs of a running Docker container?
Explanation
To view the logs of a running Docker container, you use the command "docker logs." This command allows you to access the logs generated by the container during its execution.