Cowsay example for the NDS Labs tutorial
2.0K
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"]
Content type
Image
Digest
Size
67.2 MB
Last updated
over 10 years ago
docker pull ndslabs/cowsay