adding a demo json report to the scope dockerfile

This commit is contained in:
Paul Bellamy
2016-07-11 10:58:16 +01:00
parent bcddfd82c3
commit 691ad042c7
3 changed files with 3 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ RUN echo "http://dl-3.alpinelinux.org/alpine/edge/testing" >>/etc/apk/repositori
apk add --update bash runit conntrack-tools iproute2 util-linux curl && \
rm -rf /var/cache/apk/*
ADD ./docker.tgz /
ADD ./demo.json /
ADD ./weave /usr/bin/
COPY ./scope ./runsvinit ./entrypoint.sh /home/weave/
COPY ./run-app /etc/service/app/run

1
docker/demo.json Normal file

File diff suppressed because one or more lines are too long