docker / hub-feedback

Feedback and bug reports for the Docker Hub
https://hub.docker.com
235 stars 39 forks source link

Allow the path to the file containing the full description to be configurable #744

Open ajsmith opened 8 years ago

ajsmith commented 8 years ago

It would be great if the path to the file containing the full description was configurable, not always README.md where the Dockerfile is located.

It's useful to be able to show a different README on a Github repo than you would show on Docker Hub. However, if your Dockerfile is in the root of your repo, the same README file will be used for both.

This would also be useful in cases where you have multiple Dockerfiles in the same folder and want a separate description for each.

megastef commented 6 years ago

Any news on this topic? Is there a workaround to separate DockerHub Readme from regular GitHub Readme file?