mirror of
https://github.com/docker/cli.git
synced 2026-09-24 07:25:07 -05:00
Fail docker logs on all logging drivers apart from 'json-file'
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
committed by
Tibor Vass
parent
1459501312
commit
e30532cf3f
@@ -1449,6 +1449,9 @@ For example:
|
||||
-t, --timestamps=false Show timestamps
|
||||
--tail="all" Number of lines to show from the end of the logs
|
||||
|
||||
NOTE: this command is available only for containers with `json-file` logging
|
||||
driver.
|
||||
|
||||
The `docker logs` command batch-retrieves logs present at the time of execution.
|
||||
|
||||
The `docker logs --follow` command will continue streaming the new output from
|
||||
|
||||
Reference in New Issue
Block a user