Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/incognito/hiptext-docker
Dockerized hiptext
https://github.com/incognito/hiptext-docker
Last synced: 17 days ago
JSON representation
Dockerized hiptext
- Host: GitHub
- URL: https://github.com/incognito/hiptext-docker
- Owner: Incognito
- License: mit
- Created: 2020-07-05T13:55:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-05T14:50:14.000Z (over 4 years ago)
- Last Synced: 2024-10-30T01:48:44.091Z (2 months ago)
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dockerized Hiptext
Original Hiptext: https://github.com/jart/hiptext
[![asciicast](https://asciinema.org/a/x3KVZ6GxVYo5sKa8erd9BSCfv.svg)](https://asciinema.org/a/x3KVZ6GxVYo5sKa8erd9BSCfv)
Source pulled in docker image: https://github.com/incognito/hiptext
Hosted on Dockerhub at: https://hub.docker.com/_/statagroup/hiptext
```
docker run -it --rm \
--volume $PWD:/app statagroup/hiptext:0.2 \
hiptext [...flags]
```In the above example, all files in the present working directory will be mounted at `/app`, and then the image will be output.
A listing of available flags is possible with `--helpshort` or `--help`.