pup is a command line tool for processing HTML. It reads from stdin, prints to stdout, and allows the user to filter parts of the page using CSS selectors.
Inspired by jq, pup aims to be a fast and flexible way of exploring HTML from the terminal.
See the official pup
GithHub project.
Simply build the image using docker build -t pup:local .
and run it with all needed parameter:
wget -qO- https://example.com | docker run --rm pup:local
That's it.
The user you use to push the README.md need to be admin of the repository.
To update your setup simply pull the newest image version from docker hub and run it.
View license information for the software contained in this image.
This image is officially supported on Docker version 17.03.1-CE.
Support for older versions (down to 1.12) is provided on a best-effort basis.
Please see the Docker installation documentation for details on how to upgrade your Docker daemon.
If you have any problems with or questions about this image, please contact us through a GitHub issue.
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.