Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
f85022331e |
13
Dockerfile
13
Dockerfile
@ -1,9 +1,4 @@
|
|||||||
FROM debian:11-slim
|
FROM debian:10-slim
|
||||||
RUN apt-get update && apt-get -y install \
|
RUN apt-get update && apt-get -y install cowsay && apt-get clean
|
||||||
cowsay \
|
CMD ["Tagg 1!"]
|
||||||
procps \
|
ENTRYPOINT ["/usr/games/cowsay"]
|
||||||
iputils-ping \
|
|
||||||
dnsutils \
|
|
||||||
curl \
|
|
||||||
&& apt-get clean
|
|
||||||
CMD ["/usr/games/cowsay", "Hej alla! Docker fungerar!"]
|
|
||||||
|
@ -3,4 +3,6 @@ Just a simple demonstration of a Docker image.
|
|||||||

|

|
||||||

|

|
||||||

|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user