From b9bf546c6030fc13a2ac284f22e520ab4fd70a4d Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Fri, 26 May 2023 12:02:33 +0200 Subject: [PATCH] Draft Signed-off-by: Chris Chinchilla --- docker-hub/repos/create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-hub/repos/create.md b/docker-hub/repos/create.md index bf71f5dfd0..c5c1da78d6 100644 --- a/docker-hub/repos/create.md +++ b/docker-hub/repos/create.md @@ -40,7 +40,7 @@ When creating a new repository:

A good image description is essential to help potential users understand why and how to use the image. The bellow covers the best practices to follow when adding a description to your image.

Describe the image

-

Include a description of what the image is, the features it offers, and why people might want to use it in their project or image.

+

Include a description of what the image is, the features it offers, and why people might want or need to use it in their project or image.

Optional information to include are examples of usage, history, the team behind the project, etc.

How to start and use the image

Provide instructions for a minimal “getting started” example with running a container using the image. Also provide a minimal example of how to use the image in a Dockerfile.