Skip to content

Container Registry Package Description #26565

Answered by clarkbw
mhoran asked this question in Packages
Discussion options

You must be logged in to vote

That’s great to hear! 🎉

We’re working on better representing your README at the container page view. For now you can set a smaller description via a Docker label which will show up on the container page.

Add the following label to your Dockerfile:

LABEL org.opencontainers.image.description="A short text-only description that will appear on the containers page."

Or you can also add this label at build time:

docker build --label "org.opencontainers.image.description=A short text-only description that will appear on the containers page."

Replies: 9 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@AliMD
Comment options

Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Packages Host your dependencies, libraries, and production-ready code, right from your repository Product Feedback
6 participants