Sign inSign up

dejanualex/dockersay

By dejanualex

Updated about 2 months ago

Bundles whalesay and cowsay for generating ASCII art representations featuring a whale/cow

Image
Languages & frameworks
Developer tools
2

1.2K

dejanualex/dockersay repository overview

  • Based on the Cowsay game originally written in 1999 by Tony Monroe, tarball here

  • Usage:

# 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 |
                ||     ||

Tag summary

Content type

Image

Digest

sha256:6310b722e

Size

51.2 MB

Last updated

about 2 months ago

docker pull dejanualex/dockersay:1.0