mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
Update certify-plugins-logging.md
Added documentation mentioning that the certification test must be run for each docker image you wish to publish in a repo and the results need to be sent to Docker Store for each test.
This commit is contained in:
@@ -30,7 +30,9 @@ The `inspectDockerLoggingPlugin` command verifies that your Docker logging plugi
|
||||
|
||||
- Displays the container logs and compares it to `quotes.txt`. If they match, the test is successful.
|
||||
|
||||
> The `inspectDockerLoggingPlugin` tool will detect issues and output them as **warnings** or **errors**. **Errors** must be fixed in order to certify. Resolving **warnings** is not required to certify, but you try to resolve them.
|
||||
> The `inspectDockerLoggingPlugin` tool will detect issues and output them as **warnings** or **errors**. **Errors** must be fixed in order to certify. Resolving **warnings** is not required to certify, but you should try to resolve them.
|
||||
|
||||
> If you are publishing and certifying multiple versions for a docker logging plugin, you will need to run the `inspectDockerLoggingPlugin` tool on each docker logging plugin and send each result to Docker Store.
|
||||
|
||||
The syntax for running a specific logging plugin is: `docker container run --log-driver`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user