How to push a docker image with README file to docker hub?
Docker Hub will try to parse your Readme.md if you’re doing an “Automated Build.” For manual builds (where you push your own image), Docker Hub does not peek inside your image source code repository and has no way to know about your Readme. You’ll need to manually add your Readme text to the Information section