Run a container from this image like:
docker run --rm mwendler/fortune
which should display a fortune like:
Stay away from hurricanes for a while.
Create an alias like:
alias fortune='docker run --rm mwendler/fortune'
use it from the command line, e.g.:
fortune
Have fun!
Content type
Image
Digest
Size
36.4 MB
Last updated
over 10 years ago
docker pull mwendler/fortune