Docker logs: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Docker Client Operations") |
|||
Line 2: | Line 2: | ||
* [[Docker_Client_Operations#Queries|Docker Client Operations]] | * [[Docker_Client_Operations#Queries|Docker Client Operations]] | ||
=Overview= | |||
Used to fetch the logs of a container. Any output directed to stdout in a running container is captured in a log file that can be viewed with <tt>docker logs</tt> command. |
Revision as of 02:12, 20 November 2017
Internal
Overview
Used to fetch the logs of a container. Any output directed to stdout in a running container is captured in a log file that can be viewed with docker logs command.