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

firecyberice/whalesay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%