We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c685f2f commit 683ef6eCopy full SHA for 683ef6e
Dockerfile
@@ -54,9 +54,5 @@ RUN if ! command -v iptables-nft > /dev/null; then \
54
fi && \
55
/iptables-wrapper-installer.sh --no-sanity-check
56
57
-# Since alpine image doesn't contain /etc/nsswitch.conf, the hosts in /etc/hosts (e.g. localhost)
58
-# cannot be used. So manually add /etc/nsswitch.conf to work around this issue.
59
-RUN echo "hosts: files dns" > /etc/nsswitch.conf
60
-
61
WORKDIR /root
62
ENTRYPOINT ["/usr/local/bin/kube-router"]
0 commit comments