mirror of https://github.com/docker/docs.git
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:
parent
fe4012d1bc
commit
0335b8ca75
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue