editorial review

This commit is contained in:
Tammy Fox 2018-07-25 22:40:23 -04:00 committed by GitHub
parent b0490663bf
commit 62bbead2ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -40,13 +40,13 @@ 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 should try to resolve them.
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 should try to resolve them.
> If you are publishing and certifying multiple versions for a docker image, you will need to run the `inspectDockerimage` tool on each docker image and send each result to Docker Store.
If you are publishing and certifying multiple versions for a Docker image, you will need to run the `inspectDockerimage` tool on each Docker image and send each result to Docker Store.
> If you are publishing and certifying multi architecture docker image (e.g. Linux, Power, s390x, windows, etc.) you will need to run the `inspectDockerimage` tool on Docker EE server running on each architecture and send the resuls to Docker Store.
If you are publishing and certifying multi-architecture Docker image (e.g. Linux, Power, s390x, windows, etc.) you will need to run the `inspectDockerimage` tool on the Docker EE server running on each architecture and send the results to Docker Store.
> Details on how to run the `inspectDockerimage` tool and send the results to Docker Store are documented below.
Details on how to run the `inspectDockerimage` tool and send the results to Docker Store are in the sections that follow.
### Prerequisites