changed instance of store to Hub (#1217)

* changed instance of store to Hub

Signed-off-by: Dawn W Docker <dawn.wood@users.noreply.github.com>

* Change Doctor to Docker
This commit is contained in:
Dawn W 2019-06-17 03:45:50 -07:00 committed by Maria Bermudez
parent fe4012d1bc
commit 0335b8ca75
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
description: Run certification tests against your images
keywords: Docker, docker, store, certified content, images
keywords: Docker, Docker Hub, store, certified content, images
title: Certify Docker images
redirect_from:
- /docker-store/certify-images/
@ -30,7 +30,7 @@ The `inspectDockerImage` tool does the following:
- Checks if a Linux Docker image is running `supervisord` to launch multiple services.
> Running `supervisord` in a container is not a best practice for images destined for Doctor Store. The recommended best practice is to split the multiple services into separate Docker images and run them in separate containers.
> Running `supervisord` in a container is not a best practice for images destined for Docker Hub. The recommended best practice is to split the multiple services into separate Docker images and run them in separate containers.
- Attempts to start a container from the Docker image to ensure that the image is functional.