Skip to content
Snippets Groups Projects
Select Git revision
  • 83cd0442679b856f7968c17e5e3ca2dec4ab53d1
  • master default
2 results

Dockerfile

Blame
  • Dockerfile 226 B
    FROM docker.elastic.co/beats/packetbeat-oss:7.12.1
    COPY --chown=root:packetbeat packetbeat.yml /usr/share/packetbeat/packetbeat.yml
    #RUN packetbeat test config
    HEALTHCHECK CMD curl --fail http://localhost:5066/stats || exit 1