mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 05:45:46 +00:00
bba3eb8cdd
Require use of mesh gateways in order for service mesh data plane traffic to flow between peers. This also adds plumbing for envoy integration tests involving peers, and one starter peering test.
8 lines
136 B
Plaintext
8 lines
136 B
Plaintext
FROM alpine:3.12
|
|
|
|
RUN apk add --no-cache tcpdump
|
|
VOLUME [ "/data" ]
|
|
|
|
CMD [ "-w", "/data/all.pcap" ]
|
|
ENTRYPOINT [ "/usr/sbin/tcpdump" ]
|