Metadata for the ArchiveTeam Docker Hub repositories
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

7 satır
179 B

  1. FROM alpine:edge
  2. RUN apk upgrade --no-cache \
  3. && apk add --no-cache dnsmasq
  4. COPY dnsmasq.conf /etc/dnsmasq.conf
  5. STOPSIGNAL SIGKILL
  6. ENTRYPOINT ["dnsmasq", "-kC/etc/dnsmasq.conf"]