jarulsamy / asciiquarium-docker

Asciiquarium running in a Docker container.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asciiquarium

A dockerized version of the legendary asciiquarium. Made mostly because I didn't want to install perl on my main system 😄.

Many thanks to cmatsuoka for making this wonderful terminal graphic!

Usage

Note, this container must always run interactively, otherwise it will immediately exit.

Option 1: Pulling

The latest version should be available on Docker hub, so running it is as simple as:

$ docker run --rm -it jarulsamy/asciiquarium:latest

Option 2: Building

Clone this repo:

$ git clone https://github.com/jarulsamy/asciiquarium-docker.git

Build and tag the image:

$ cd asciiquarium-docker
$ docker build . -t asciiquarium

Run it:

$ docker run --rm -it asciiquarium

About

Asciiquarium running in a Docker container.

License:GNU General Public License v3.0


Languages

Language:Dockerfile 100.0%