Sign inSign up

ndslabs/cowsay

By ndslabs

Updated over 10 years ago

Cowsay example for the NDS Labs tutorial

Image
0

2.0K

ndslabs/cowsay repository overview

Dockerfile for the Cowsay example:

FROM debian:jessie

RUN apt-get update -y && apt-get install -y cowsay

ENV PATH $PATH:/usr/games

CMD ["cowsay", "Hi"]

Tag summary

Content type

Image

Digest

Size

67.2 MB

Last updated

over 10 years ago

docker pull ndslabs/cowsay