bash-exporter
bash-exporter copied to clipboard
Provided Docker container does not have bash installed (only sh)
Which is quite frustrating when the target application is called "bash-exporter" :wink:
I guess this could be solved by installing the right package in the Dockerfile:
RUN apk update && apk add bash