Why should we read the log? For example, if the container fails to start but no prompt is given, we need to check why. View the logs: Command format: $ docker logs [OPTIONS] CONTAINER Options: --details Display more information -f, --follow Track real-time logs --since string Display logs after a certain timestamp, or relative time, such as 42m (i.e. 42 minutes) --tail string How many lines of log are displayed from the end of the log, the default is all -t, --timestamps Display timestamps --until string Display logs before a certain timestamp, or relative time, such as 42m (i.e. 42 minutes) example: View the logs after the specified time and only display the last 100 lines: $ docker logs -f -t --since="2020-02-08" --tail=50 CONTAINER_ID View the logs for the last 30 minutes: $ docker logs --since 30m CONTAINER_ID View the logs after a certain time: $ docker logs -t --since="2020-02-08T13:23:37" CONTAINER_ID View logs for a certain period of time: $ docker logs -t --since="2020-02-08T13:23:37" --until "2020-02-09T12:23:37" CONTAINER_ID This is the end of this article about the implementation of docker view container log command. For more relevant docker view container log command content, please search 123WORDPRESS.COM's previous articles or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: HTML table tag tutorial (21): row border color attribute BORDERCOLOR
>>: Native JS to implement drag position preview
Table of contents 1. Advantages of proxy vs. Obje...
I had been using MySQL 5.7 before, but because My...
When faced with a SQL statement that is not optim...
Tomcat CentOS Installation This installation tuto...
Vue methods and properties 1. Methods Usage 1 met...
Effect To implement HTML, first prepare a clean H...
webpack-dev-server core concepts Webpack's Co...
This article uses an example to describe how to s...
1. What is a two-column layout? There are two typ...
The first step is to check the version number and...
In the previous article, I introduced how to solv...
illustrate When you install the system yourself, ...
mycli MyCLI is a command line interface for MySQL...
There are many versions of the Java language. In ...
background If the catalina.out log file generated...