Update certify-plugins-logging.md

This commit is contained in:
Gary Forghetti 2018-07-23 14:06:38 -04:00 committed by GitHub
parent 146a8aebe1
commit dd2a36ac99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -359,13 +359,13 @@ gforghetti:~/$
gforghetti:~:$ ./inspectDockerLoggingPlugin --json gforghetti/docker-log-driver-test:latest | jq
```
Note: The output was piped to the **jq** command to display it "nicely".
> Note: The output was piped to the **jq** command to display it "nicely".
#### Output:
```
```
{
{
"Date": "Mon May 21 14:38:28 2018",
"SystemOperatingSystem": "Operating System: Ubuntu 16.04.4 LTS",
"SystemArchitecture": "amd64",
@ -419,7 +419,6 @@ Note: The output was piped to the **jq** command to display it "nicely".
}
]
}
🐳 gforghetti:~/$
```
<a name="inspect-logging-plugin-html">