keycloak-scim/testsuite/performance/monitoring/cadvisor/Dockerfile

6 lines
156 B
Text
Raw Normal View History

2017-07-13 18:25:26 +00:00
FROM google/cadvisor:v0.26.1
RUN apk add --no-cache bash curl
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x -v /entrypoint.sh
2017-07-13 18:25:26 +00:00
ENTRYPOINT ["/entrypoint.sh"]