An open API service indexing awesome lists of open source software.

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

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.