mirror of
https://github.com/weaveworks/scope.git
synced 2026-09-06 10:17:19 +00:00
* Make the example work on kubernetes * Example app: Launch weave if not running.
7 lines
163 B
Docker
7 lines
163 B
Docker
FROM progrium/busybox
|
|
MAINTAINER Weaveworks Inc <help@weave.works>
|
|
WORKDIR /home/weave
|
|
ADD searchapp /home/weave/
|
|
EXPOSE 8080
|
|
ENTRYPOINT ["/home/weave/searchapp"]
|