firecyberice / whalesay

A repository in support of the Docker's official whalesay image

Home Page:https://hub.docker.com/r/firecyberice/whalesay/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Hub automated build for amd64

______________
< Hello Docker >
--------------
   \
    \
     \
                   ##         .
             ## ## ##        ==
          ## ## ## ## ##    ===
      /"""""""""""""""""\___/ ===
 ~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ /  ===- ~~~
      \______ o           __/
        \    \         __/
         \____\_______/

Usage:

Whalesay only

docker run --rm firecyberice/whalesay Hello Docker

Whalesay with web API

docker run -d --rm --name whaleweb -v /var/run/docker.sock:/var/run/docker.sock -P firecyberice/whalesay:web

docker run --rm --link whaleweb alpine:3.2 bin/sh -c "apk add --update curl && curl -sL 'http://whaleweb:5000/message/Hello%20Hypriot'"

Links:

About

A repository in support of the Docker's official whalesay image

https://hub.docker.com/r/firecyberice/whalesay/


Languages

Language:Shell 100.0%