mirror of
https://github.com/cloudnativelabs/kube-router.git
synced 2025-10-18 05:11:06 +02:00
6 lines
98 B
Docker
6 lines
98 B
Docker
FROM alpine
|
|
RUN apk add --no-cache iptables ipset
|
|
COPY kube-router /
|
|
|
|
ENTRYPOINT ["/kube-router"]
|