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

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

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 |
+-----------------+
```