Sign inSign up

grycap/cowsay

By grycap

•Updated over 9 years ago

Alpine-less Cowsay (with Fortune)

Image
3

50K+

grycap/cowsay repository overview

⁠Alpine-less Cowsay

Docker image for Cowsay⁠ and Fortune⁠ based on the ubuntu:16.04⁠ Docker image.

⁠Local Usage

Basic execution (Fortune + Cowsay) with a random message:

docker run --rm grycap/cowsay 

To obtain a customized message:

docker run --rm grycap/cowsay /usr/games/cowsay "Hello World"

⁠Usage in AWS Lambda via SCAR

You can run this image in AWS Lambda via SCAR⁠ using the following procedure:

  1. Create the Lambda function
scar init -n lambda-cowsay grycap/cowsay
  1. Execute the Lambda function
scar run lambda-cowsay 

Tag summary

Content type

Image

Digest

Size

58.4 MB

Last updated

over 9 years ago

docker pull grycap/cowsay