ff2e70f4ce
* 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
|