mirror of https://github.com/docker/docs.git
Additonal Documentation
Added documentation to indicate when to to run the command (prior to submitting for publishing) and added documentation to indicate that warnings are allowed to certify but errors must be fixed.
This commit is contained in:
parent
56ac0fd77d
commit
1a79da3300
|
@ -14,6 +14,8 @@ This page explains how publishers can successfully test their **Docker images**.
|
|||
|
||||
> Content that requires a non-certified infrastructure environment cannot be published as certified.
|
||||
|
||||
> You should perform this Self Certification test prior to submitting your product for publishing.
|
||||
|
||||
## Certify your Docker images
|
||||
|
||||
You must use the tool, `inspectDockerimage`, to certify your content for publication on Docker Store by ensuring that your images conform to best practices. Download the tool [here](#syntax).
|
||||
|
@ -38,6 +40,8 @@ The `inspectDockerimage` tool does the following:
|
|||
|
||||
- Attempts to stop the container to ensure that it can be stopped gracefully.
|
||||
|
||||
> The `inspectDockerimage` 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.
|
||||
|
||||
### Prerequisites
|
||||
|
||||
Your Docker EE installation must be running on the server used to verify your submissions. If necessary, request entitlement to a specific [Docker Enterprise Edition](https://store.docker.com/editions/enterprise/docker-ee-trial).
|
||||
|
|
Loading…
Reference in New Issue