Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 589 Bytes

File metadata and controls

29 lines (21 loc) · 589 Bytes

Figlet

Docker container for figlet based on Alpine Linux.

Build

git clone https://github.com/stephenturner/figlet.git
cd figlet
docker build --no-cache -t figlet .

Usage

Usage:

docker run --rm figlet Hello world!

Result:

 _   _      _ _                            _     _ _
| | | | ___| | | ___   __      _____  _ __| | __| | |
| |_| |/ _ \ | |/ _ \  \ \ /\ / / _ \| '__| |/ _` | |
|  _  |  __/ | | (_) |  \ V  V / (_) | |  | | (_| |_|
|_| |_|\___|_|_|\___/    \_/\_/ \___/|_|  |_|\__,_(_)