consistency: --no-app is used elsewhere; --probe-only isn't

This commit is contained in:
Matthias Radestock
2017-03-04 11:32:14 +00:00
parent df41a808c2
commit 0aec6feed0

View File

@@ -7,4 +7,4 @@ RUN apk add --update bash conntrack-tools iproute2 util-linux curl && \
ADD ./docker /usr/local/bin/
ADD ./weave ./weaveutil /usr/bin/
COPY ./scope /home/weave/
ENTRYPOINT ["/home/weave/scope", "--mode=probe", "--probe-only", "--probe.docker=true"]
ENTRYPOINT ["/home/weave/scope", "--mode=probe", "--no-app", "--probe.docker=true"]