Skip to content

Instantly share code, notes, and snippets.

@0xch4z
Last active December 25, 2019 03:26
Show Gist options
  • Save 0xch4z/47d8caf6783032a8dddef254eab47d57 to your computer and use it in GitHub Desktop.
Save 0xch4z/47d8caf6783032a8dddef254eab47d57 to your computer and use it in GitHub Desktop.
An example use-case for Dockerhub Update via docker image
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