https://github.com/cycloidio/docker-image-python-html2text
Dockerized Python html2text command-line tool
https://github.com/cycloidio/docker-image-python-html2text
docker html html2text text tool
Last synced: about 1 year ago
JSON representation
Dockerized Python html2text command-line tool
- Host: GitHub
- URL: https://github.com/cycloidio/docker-image-python-html2text
- Owner: cycloidio
- License: mit
- Created: 2019-03-15T17:16:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T17:36:26.000Z (about 7 years ago)
- Last Synced: 2025-01-11T06:13:21.764Z (over 1 year ago)
- Topics: docker, html, html2text, text, tool
- Language: Makefile
- Size: 3.91 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Image Python html2text
This repository contains a Dockerfile for creating a docker image with [github.com/aaronsw/html2text](https://github.com/aaronsw/html2text/) command-line tool.
The repository also contains a _Makefile_ for just wrapping the most used commands into _makefile targets_, like _build the docker image_, etc.
## How to use it
The docker image expose the _html2text command line tool_ (a.k.a. _ENTRYPOINT_) so, when you run the docker image you can the parameters to such binary invocation, for example:
`docker run --rm cycloid/python-html2text:{TAG} -version`
Where `{TAG}` is the docker tag which specifies the _html2text commit hash_.
## Important considerations
Currently we decided not to push any docker image with previous versions than the last one when this repo was created nor to push any image without a docker tag, as you should know it would defaults to latest, because we believe that we should always know which version is going to be executed rather than executing one that is different depending on the time.
## License
The MIT License (MIT).
Copyright (c) 2018 [cycloid.io](https://cycloid.io)
Read the LICENSE file for more information.