Initial commit

This commit is contained in:
Jack-Benny Persson 2020-05-28 17:05:21 +02:00
commit 20050f3905
2 changed files with 12 additions and 0 deletions

4
Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM debian:10-slim
RUN apt-get update && apt-get -y install cowsay && apt-get clean
CMD ["Hej alla! Docker fungerar!"]
ENTRYPOINT ["/usr/games/cowsay"]

8
README.md Normal file
View File

@ -0,0 +1,8 @@
Just a simple demonstration of a Docker image.
![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/jackbenny/cowsay?sort=date)
![Docker Pulls](https://img.shields.io/docker/pulls/jackbenny/cowsay)
![Docker Stars](https://img.shields.io/docker/stars/jackbenny/cowsay)
![Docker Cloud Automated build](https://img.shields.io/docker/cloud/automated/jackbenny/cowsay)
![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/jackbenny/cowsay)