Docker image for Cowsayā and Fortuneā based on the ubuntu:16.04ā Docker image.
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"
You can run this image in AWS Lambda via SCARā using the following procedure:
scar init -n lambda-cowsay grycap/cowsay
scar run lambda-cowsay
Content type
Image
Digest
Size
58.4 MB
Last updated
over 9 years ago
docker pull grycap/cowsay