Skip to content
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 2 replies

Comment options

You must be logged in to vote
2 replies
@alimd
Comment options

@kevincam3
Comment options

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 Share your thoughts and suggestions on GitHub features and improvements
7 participants