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

|
||||

|
||||

|
||||

|
||||

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