https://github.com/andyneff/docker-bishop
Docker for the bishop randomart
https://github.com/andyneff/docker-bishop
Last synced: 4 months ago
JSON representation
Docker for the bishop randomart
- Host: GitHub
- URL: https://github.com/andyneff/docker-bishop
- Owner: andyneff
- License: mit
- Created: 2021-11-01T22:28:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-01T22:32:40.000Z (over 4 years ago)
- Last Synced: 2025-01-15T19:43:05.356Z (over 1 year ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bishop Randomart docker
- Inspired by https://askubuntu.com/questions/602068/how-to-generate-randomart-of-anyfile
- Using https://gist.github.com/nirenjan/4450419
Usage:
```
docker run -i --rm andyneff/bishop /bishop 0123456789abcdef
# or
echo 0123456789abcdef | docker run --rm andyneff/bishop /bishop
+--[ RandomArt ]--+
| .o=.o. |
| ..=. |
| .. |
| . . |
| + S |
| . o |
| . |
| . |
| .E |
+-----------------+
```