-
Notifications
You must be signed in to change notification settings - Fork 712
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gather container IP addresses from Docker and Weave, and apply them t…
…o nodes in the container topology.
- Loading branch information
Tom Wilkie
committed
Aug 25, 2015
1 parent
7e39b92
commit 1e6065c
Showing
7 changed files
with
97 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,10 @@ FROM gliderlabs/alpine | |
MAINTAINER Weaveworks Inc <[email protected]> | ||
WORKDIR /home/weave | ||
RUN echo "http://dl-4.alpinelinux.org/alpine/edge/testing" >>/etc/apk/repositories && \ | ||
apk add --update runit conntrack-tools && \ | ||
apk add --update runit conntrack-tools iproute2 util-linux && \ | ||
rm -rf /var/cache/apk/* | ||
ADD ./docker.tgz / | ||
ADD ./weave /usr/bin/ | ||
COPY ./scope-app ./scope-probe ./entrypoint.sh /home/weave/ | ||
COPY ./run-app /etc/service/app/run | ||
COPY ./run-probe /etc/service/probe/run | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters