Push README.md files to Docker hub.
Thanks to SISheogorath for this project. You can find the sources here:
https://github.com/SISheogorath/readme-to-dockerhubā
Always check on docker hub the most recent build:
https://hub.docker.com/r/devmtl/resilio/tagsā
You should use this tag format $VERSION_$DATE_$HASH-COMMIT in production.
devmtl/readme-to-dockerhub:1.0_2019-09-02_10H38s35_ca032df
These tags are also available to test stuff quickly:
devmtl/readme-to-dockerhub:1.0
devmtl/readme-to-dockerhub:stable
devmtl/readme-to-dockerhub:latest
docker run --rm \
-v $(pwd)/README.md:/data/README.md \
-e DOCKERHUB_USERNAME="devmtl" \
-e DOCKERHUB_PASSWORD="${DOCKERHUB_PASSWORD}" \
-e DOCKERHUB_REPO_PREFIX="devmtl" \
-e DOCKERHUB_REPO_NAME="readme-to-dockerhub" \
devmtl/readme-to-dockerhub:stable
This image uses environment variables for configuration.
| Available variables | Default value | Description |
|---|---|---|
DOCKERHUB_USERNAME | no default | The Username (not mail address) used to authenticate |
DOCKERHUB_PASSWORD | no default | Password of the DOCKERHUB_USERNAME-user |
DOCKERHUB_REPO_PREFIX | $DOCKERHUB_USERNAME | Organisation or username for the repository |
DOCKERHUB_REPO_NAME | no default | Name of the repository you want to push to |
README_PATH | /data/README.md | Path to the README.me to push |
SHORT_DESCRIPTION | no default | Short description for the Dockerhub repo |
By default, if the README_PATH environment variable is not set, this image always pushes the file
/data/README.md as full description to Docker Hub.
For GitHub repositories you can use -v /path/to/repository:/data/.
If your description is not named README.md mount the file directory using -v /path/to/description.md:/data/README.md.
Notice that the filename is case sensitive. If your readme is called readme.md you have to mount the file directly, not the directory
Ā
Brought to you by
FirePress.orgā |
play-with-ghostā |
GitHubā |
Twitterā
Ā
At FirePress we empower entrepreneurs and small organizations to create their websites on top of Ghostā .
At the moment, our pricing for hosting one Ghost website is $15 (Canadian dollars). This price will be only available for our first 100 new clients, starting May 1st, 2019 š. See our pricing sectionā for details.
More details about this annoucementā on Ghost's forum.
The power of communities pull request and forks means that 1 + 1 = 3. You can help to make this repo a better one! Here is how:
git checkout -b my-new-featuregit commit -am 'Add some feature'git push origin my-new-featureCheck this post for more details: Contributing to our Github projectā . Also, by contributing you agree to the Contributor Code of Conduct on GitHubā . It's plain common sense really.
Our missionā is to empower freelancers and small organizations to build an outstanding mobile-first website.
Because we believe your website should speak up in your name, we consider our mission completed once your site has become your impresario.
For more info about the man behind the startup, check out my now pageā . You can also follow me on Twitter @askpascalandyā .
ā The FirePress Team š„š°
Content type
Image
Digest
Size
43.8 MB
Last updated
almost 6 years ago
docker pull devmtl/readme-to-dockerhub