Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

Latest commit

 

History

History
37 lines (28 loc) · 996 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 996 Bytes

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: