keycloak-scim/testsuite/performance/monitoring/cadvisor/Dockerfile
2017-09-25 20:06:06 +02:00

4 lines
125 B
Docker

FROM google/cadvisor:v0.26.1
RUN apk add --no-cache bash curl
ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]