Required Network Capabilitiesedit

Under Docker, Packetbeat runs as a non-root user, but requires some privileged network capabilities to operate correctly. Ensure that the NET_ADMIN capability is available to the container.

docker run --cap-add=NET_ADMIN docker.elastic.co/beats/packetbeat:5.6.16