This commit is contained in:
rotunba
2017-07-05 19:51:17 -04:00
committed by Misty Stanley-Jones
parent 70ed3231a1
commit 6ae2cf46d9

View File

@@ -9,7 +9,7 @@ title: JSON File logging driver
By default, Docker captures the standard output (and standard error) of all your containers,
and writes them in files using the JSON format. The JSON format annotates each line with its
origin (`stdout` or `stderr`) and its timestamp. Each log file containers information about
origin (`stdout` or `stderr`) and its timestamp. Each log file contains information about
only one container.
## Usage