A sample app for starting to learn docker making use of the classic cowsay 'game'
1.0K
We basically will feed the fortune game to the cowsay game, resulting in the cow giving you a fortune when running the container. You can additionally pass any string to the run command, which will result in the cow saying whatever you tell it to
Get a cow fortune
docker run -it jyore/cowsay
Tell the cow what to say
docker run -it jyore/cowsay "Moooooooo"
Content type
Image
Digest
Size
51.8 MB
Last updated
over 10 years ago
docker pull jyore/cowsay