Skip to content

vsvsv/docker-alpine-cowsay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker cowsay image

Minimal Docker image with a fortune telling cow.

Description

Small (<17Mb) Alpine Linux image with preinstalled cowsay and fortune utilities, which I created while playing around with Docker image sizes. Apart from showing silly messages has no particular purpose.

  • Based on alpine:3.19
  • Neo-cowsay is used instead of old perl-based one

Getting Started

Get it on Docker Hub, or build the image yourself:

docker build -t cowsay .
docker run --rm cowsay # or `docker run --rm cowsay [your message]`

# Should output somthing like this:
#  ________________________________________
# / No one gets too old to learn a new way \
# \ of being stupid.                       /
#  ----------------------------------------
#        \   ^__^
#         \  (oo)\_______
#            (__)\       )\/\
#                ||----w |
#                ||     ||

About

Minimal Docker image with a fortune telling cow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published