diff --git a/docker-store/certify-plugins-logging.md b/docker-store/certify-plugins-logging.md index a743573fe5..7d5bfcbf8b 100644 --- a/docker-store/certify-plugins-logging.md +++ b/docker-store/certify-plugins-logging.md @@ -361,13 +361,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", @@ -421,7 +421,6 @@ Note: The output was piped to the **jq** command to display it "nicely". } ] } -🐳 gforghetti:~/$ ```