Initial commit
This commit is contained in:
4
Dockerfile
Normal file
4
Dockerfile
Normal 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
8
README.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
Just a simple demonstration of a Docker image.
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
Reference in New Issue
Block a user