based on debian:wheezy.
Run a container from this image like:
docker run --rm mwendler/cowsay hello
which should display:
_______
< hello >
-------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
Create an alias like:
alias cowsay='docker run -i --rm mwendler/cowsay'
use it from the command line, e.g.:
cowsay hello
Have fun!
Content type
Image
Digest
Size
43.2 MB
Last updated
over 10 years ago
docker pull mwendler/cowsay