Last active
December 25, 2019 03:26
-
-
Save 0xch4z/47d8caf6783032a8dddef254eab47d57 to your computer and use it in GitHub Desktop.
An example use-case for Dockerhub Update via docker image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run -v $(PWD):./docs/docker-image.md:/data/readme.md:ro \ | |
| -e DOCKERHUB_USERNAME -e DOCKERHUB_PASSWORD \ | |
| charliekenney23/dockerhub-update \ | |
| -readme /data/readme.md \ | |
| -description "Some insightful description" \ | |
| myorganization/myrepository |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment