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

5 lines
125 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
ENTRYPOINT ["/entrypoint.sh"]