Compare commits
2 commits
2bf23d2750
...
4e6fe5359b
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4e6fe5359b | ||
![]() |
306ad7c72c |
2 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
|||
FROM alpine:latest
|
||||
RUN apk add --no-cache curl
|
||||
CMD ["curl", "webserver:80"]
|
||||
RUN apk add --no-cache curl iputils-ping
|
||||
# CMD ["curl", "webserver:443"]
|
||||
CMD ["ping", "webserver -c 4"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue