Bundles whalesay and cowsay for generating ASCII art representations featuring a whale/cow
1.2K
# use the dockersay's default behavior
docker run dejanualex/dockersay:1.0
______________
< Hello World! >
--------------
\ ## .
\ ## ## ## ==
## ## ## ## ===
/""""""""""""""""\___/ ===
~~~ {~~ ~~~~ ~~~ ~~~~ ~~ ~ / ===- ~~~
\______ o __/
\ \ __/
\____\______/
# pass custom args to dockersay
dockersay dej$ docker run dejanualex/dockersay:1.0 Custom message
________________
< Custom message >
----------------
\ ## .
\ ## ## ## ==
## ## ## ## ===
/""""""""""""""""\___/ ===
~~~ {~~ ~~~~ ~~~ ~~~~ ~~ ~ / ===- ~~~
\______ o __/
\ \ __/
\____\______/
# bump tag to use cowsay
docker run dejanualex/dockersay:2.0
______________
< Hello World! >
--------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
# pass custom args to cowsay
docker run dejanualex/dockersay:2.0 custom message
________________
< custom message >
----------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
Content type
Image
Digest
sha256:6310b722e…
Size
51.2 MB
Last updated
about 2 months ago
docker pull dejanualex/dockersay:1.0