FROM alpine:latest RUN apk add --no-cache curl iputils-ping # CMD ["curl", "webserver:443"] CMD ["ping", "webserver -c 4"]