mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
5755c97bc7
* Add new consul connect redirect-traffic command for applying traffic redirection rules when Transparent Proxy is enabled. * Add new iptables package for applying traffic redirection rules with iptables.
5 lines
127 B
Docker
5 lines
127 B
Docker
ARG CONSUL_IMAGE_VERSION=latest
|
|
FROM consul:${CONSUL_IMAGE_VERSION}
|
|
RUN apk update && apk add iptables
|
|
COPY consul /bin/consul
|